26-Apr-2024 21:28 GMT.
UNDER CONSTRUCTION
[Files] TTEngine 5.1ANN.lu
Posted on 26-Nov-2002 05:04 GMT by Grzegorz Kraszewski5 comments
View flat
View list
TTEngine is a quality TrueType font engine based on FreeType2 project. New features:
o Recompiled with newest FreeType 2.1.3 sources. After some research I've decided to leave bytecode interpreter turned on by default (it is turned off in default FreeType config). Autohinter seems to be not that good as FreeType authors advertise.
o Two wersions of TTEngine are now distributed. One full featured and one without bytecode interpreter. Both have 100% compatible API and can be interchanged by just replacing library file. The "light" version of the library may be interesting for commercial applications authors, since bytecode interpreter uses some patented things.
o TTEngine now supports all ISO-8859 encodings (from 1 to 16, except 12 which probably does not exist), also UTF-16BE and UTF-32BE.
o Application programmer can specify custom 8-bit to Unicode character mapping.
o A few more precise global metrics attributes have been added.
o Added some example programs and "ViewISO" tool showing all ISO-8859 encodings for a font face.
Check "release_notes" file in the distribution archive for the full list of changes.
List of all comments to this article
Sorted by date, most recent at bottom
Comment 1Anonymous26-Nov-2002 07:50 GMT
Comment 2Hint26-Nov-2002 13:54 GMT
Comment 3Björn Hagström26-Nov-2002 14:06 GMT
Comment 4Grzegorz Kraszewski26-Nov-2002 15:14 GMT
Comment 5@Grzegorz26-Nov-2002 16:50 GMT
Back to Top