Hash :
3a89c2a4
Author :
Date :
2000-08-01T17:05:20
Removing FT_MAKE_OPTION_SINGLE_LIBRARY_OBJECT. It has never worked. Instead, define BASE_DEF() and BASE_FUNC() similarly to FT_EXPORT_DEF() and FT_EXPORT_FUNC(), respectively, allowing the programmer to define proper types and/or export lists for multiple DLLs if necessary (e.g. ftbase.dll -- standalone, fttype1.dll -- needs ftbase.dll, etc.). The library is finally compiling and linking natively with a C++ compiler!
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..