bfe2f98f1f
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.. |
||
---|---|---|
.. | ||
module.mk | ||
Readme.txt | ||
rules.mk | ||
t1afm.c | ||
t1afm.h | ||
t1driver.c | ||
t1driver.h | ||
t1errors.h | ||
t1gload.c | ||
t1gload.h | ||
t1load.c | ||
t1load.h | ||
t1objs.c | ||
t1objs.h | ||
t1parse.c | ||
t1parse.h | ||
t1tokens.h | ||
type1z.c |
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..