aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/irrlicht-1.8/tools/IrrFontTool/readme.txt
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-13 18:54:10 +1000
committerDavid Walter Seikel2013-01-13 18:54:10 +1000
commit959831f4ef5a3e797f576c3de08cd65032c997ad (patch)
treee7351908be5995f0b325b2ebeaa02d5a34b82583 /libraries/irrlicht-1.8/tools/IrrFontTool/readme.txt
parentAdd info about changes to Irrlicht. (diff)
downloadSledjHamr-959831f4ef5a3e797f576c3de08cd65032c997ad.zip
SledjHamr-959831f4ef5a3e797f576c3de08cd65032c997ad.tar.gz
SledjHamr-959831f4ef5a3e797f576c3de08cd65032c997ad.tar.bz2
SledjHamr-959831f4ef5a3e797f576c3de08cd65032c997ad.tar.xz
Remove damned ancient DOS line endings from Irrlicht. Hopefully I did not go overboard.
Diffstat (limited to '')
-rw-r--r--libraries/irrlicht-1.8/tools/IrrFontTool/readme.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/libraries/irrlicht-1.8/tools/IrrFontTool/readme.txt b/libraries/irrlicht-1.8/tools/IrrFontTool/readme.txt
index fda16d5..092deb1 100644
--- a/libraries/irrlicht-1.8/tools/IrrFontTool/readme.txt
+++ b/libraries/irrlicht-1.8/tools/IrrFontTool/readme.txt
@@ -1,13 +1,13 @@
1There are two tools available for creating fonts for irrlicht, both are supported. 1There are two tools available for creating fonts for irrlicht, both are supported.
2 2
3oldFontTool: 3oldFontTool:
4 only works in Windows, creates a simple image file containing all data for displaying fonts. 4 only works in Windows, creates a simple image file containing all data for displaying fonts.
5 Those file contain no alpha informations and are limited in their character set. 5 Those file contain no alpha informations and are limited in their character set.
6 use the IrrFontTool.exe file in this directory. 6 use the IrrFontTool.exe file in this directory.
7 7
8newFontTool: 8newFontTool:
9 a more sophisticated font tool supporting alpha channels, anti aliasing, 9 a more sophisticated font tool supporting alpha channels, anti aliasing,
10 different character sets, vector fonts and other operating systems than 10 different character sets, vector fonts and other operating systems than
11 just windows. It will create multiple image files and an .xml file 11 just windows. It will create multiple image files and an .xml file
12 containing meta information for the generated font. 12 containing meta information for the generated font.
13 You can find it as FontTool.exe in the /bin directory. \ No newline at end of file 13 You can find it as FontTool.exe in the /bin directory. \ No newline at end of file