4 (Version 1.0, 5. November 1998)
6 Copyright (C) 1997,1998 Michal Necasek <mike@mendelu.cz>
7 Copyright (C) 1997,1998 The FreeType Development Team
10 Motto: "OS/2 is dead? Again? Thanks for telling me, I'd never notice!"
13 *** if you are upgrading from previous version, please see the FAQ (Q15) ***
19 A1: This is what OS/2 users have been waiting for only too long - a free,
20 high-quality TrueType renderer a.k.a. Font Driver conforming to the
21 OS/2 Intelligent Font Interface specification. It is based on FreeType -
22 a free portable library for using TrueType fonts.
23 Please note that although this code is free the FreeType team and
24 I will cheerfully accept any donations by happy users ;-) (not that I
27 Q2: How do I use this?
28 A2: Go to OS/2 command line and run INSTALL.CMD from the directory containing
29 FREETYPE.DLL. This will replace the original IBM TrueType driver if it is
32 Q3: Where's the disclaimer?
33 A3: No, don't worry, I didn't forget that. I of course provide NO WARRANTY
34 that this code will work as you expect. Use only at your OWN RISK!
36 Q4: What should I do RIGHT NOW?
37 A4: Before attempting to install this driver, you are STRONGLY advised
38 to archive your current configuration (Set Desktop Properties/Archive/
39 Create archive at each startup, then reboot. Then of course switch archiving
40 off). It is always possible your system won't boot with the font driver
41 installed. You can risk it, but I warned you! You know how nasty the
44 Q5: What about the license?
45 A5: This code is distributed under the FreeType license.
46 It is free and the source code is available as part of the FreeType
49 Q6: How do I get rid of this?
50 A6: Ah, right question. Just run UNINSTALL.CMD. That removes the font driver
51 (not physically, it just isn't used on next startup) and restores the
52 original TRUETYPE.DLL if it exists.
54 Q7: Is there something else?
55 A7: Yes, be prepared that the fonts just kick ass! You will no longer have
56 to envy those poor souls still using the so-called 95% OS from THAT
57 unspeakable company starting with the letter M ;-)
60 - Current features/bugs/limitations:
64 - supports printed output
65 - works with TTCs (TrueType collections)
66 - national characters (if provided in the font, of course);
67 should work with all Latin codepages, Cyrillic and Greek.
68 - partial DBCS support - Traditional Chinese should work about
69 98%. Fonts like Times New Roman MT30 should work on all
70 systems. If you want your language to be supported, you can
71 apply at <mike@mendelu.cz> and become a Beta tester.
73 Bug/feature: - unharmonious glyph spacing in some applications. This seems
74 to come from OS/2's WYSIWYG glyph placement policy. This
75 is more or less visible depending on the application. We
76 can't do a lot about this... At least it's true WYSIWYG and
77 no nasty surprises when printing.
80 Limitations: - no grayscaling (a.k.a. antialiasing) - this is a limitation
81 of OS/2, not my code. If OS/2 starts supporting it, I'll
82 implement it the moment I lay my hands on the specs :)
83 Unfortunately it most probably won't happen any too soon.
84 Anyway, you have to bug IBM about this one, not me!
86 - Planned features and features under consideration:
87 - possibly adding even support for Type 1 fonts, but that depends on
88 further FreeType engine development. Looks quite probable now.
90 And finally, thanks go to:
91 - the FreeType team, the makers of FreeType. Without them, my work would be
93 - especially David Turner of FreeType for his help, advice and support
94 - Robert Muchsel, I used one or two ideas from his code
95 - Marc L Cohen, Ken Borgendale and Tetsuro Nishimura from IBM. They provided
96 me with lots of extremely valuable 'inside' information.
97 - and last but not least - IBM, for providing us with the wonderful OS/2.
98 And for giving out the necessary docs for free. If all companies did
99 that, the world would be a better place.
102 Information on FreeType is available at
103 http://www.freetype.org
105 Please send bug reports/suggestions and comments to :
107 freetype-os2@physiol.med.tu-muenchen.de
110 Greetings can also be sent directly to the author at : mike@mendelu.cz
112 And if you didn't know, IBM and OS/2 are registered trademarks of the
113 International Business Machines Corporation.