freetype2/src/type1z
David Turner bfe2f98f1f a new massive grunt work. Redefined the EXPORT_DEF,
EXPORT_FUNC, BASE_DEF and BASE_FUNC macros to
let them take an argument..

This is needed to compile the library as a DLL on some platforms
that have different compiler conventions..
2000-05-12 12:17:15 +00:00
..
Readme.txt updated documentation for Beta 4 2000-03-13 14:25:00 +00:00
module.mk A first check of FT2's Make system. Many smaller and larger bugs have been 2000-03-05 01:14:19 +00:00
rules.mk closed most of the memory leaks in the Type 1 driver(s) 2000-05-05 12:33:23 +00:00
t1afm.c major re-organisation of the FreeType 2 directory hierarchy 2000-05-11 18:23:52 +00:00
t1afm.h major re-organisation of the FreeType 2 directory hierarchy 2000-05-11 18:23:52 +00:00
t1driver.c a new massive grunt work. Redefined the EXPORT_DEF, 2000-05-12 12:17:15 +00:00
t1driver.h a new massive grunt work. Redefined the EXPORT_DEF, 2000-05-12 12:17:15 +00:00
t1errors.h major re-organisation of the FreeType 2 directory hierarchy 2000-05-11 18:23:52 +00:00
t1gload.c a new massive grunt work. Redefined the EXPORT_DEF, 2000-05-12 12:17:15 +00:00
t1gload.h support for FT_LOAD_NO_RECURSE needed by the auto-hinter 2000-03-28 11:19:28 +00:00
t1load.c major re-organisation of the FreeType 2 directory hierarchy 2000-05-11 18:23:52 +00:00
t1load.h major re-organisation of the FreeType 2 directory hierarchy 2000-05-11 18:23:52 +00:00
t1objs.c additional changes, this time in order to pass extra parameters 2000-05-12 10:19:41 +00:00
t1objs.h additional changes, this time in order to pass extra parameters 2000-05-12 10:19:41 +00:00
t1parse.c additional changes, this time in order to pass extra parameters 2000-05-12 10:19:41 +00:00
t1parse.h major re-organisation of the FreeType 2 directory hierarchy 2000-05-11 18:23:52 +00:00
t1tokens.h changes to reflect the new files 2000-05-02 10:59:01 +00:00
type1z.c a few changes to really compile font drivers in 2000-03-01 13:24:38 +00:00

Readme.txt

This directory contains an experimental Type 1 driver that will ultimately
replace the "official" one in "src/type1".

This driver doesn't provide a mini Postscript interpreter, but uses
pattern matching in order to load data from fonts. It works better and
faster than the official driver, but will replace it only when we finish
the auto-hinting module..

You don't need to compile it to support Type 1 fonts, the driver should
co-exist peacefully with the rest of the engine however..