freetype/src/type1z
David Turner 9748807412 the psaux module is now nearly completed
the "type1z" driver uses it to parse Type 1 charstrings
(not to parse the Type 1 token stream yet though)..
2000-08-22 22:36:33 +00:00
..
module.mk - fixed the incorrect SO extension for Visual C++ 2000-07-26 19:04:08 +00:00
Readme.txt updated documentation for Beta 4 2000-03-13 14:25:00 +00:00
rules.mk vast clean-up of the sources in order to allow flat 2000-07-08 00:41:13 +00:00
type1z.c Formatting. 2000-07-08 19:51:42 +00:00
z1afm.c Updating unix/ftconfig.in to recent config/ftconfig.h changes. 2000-08-03 00:03:08 +00:00
z1afm.h Formatting. 2000-07-08 19:51:42 +00:00
z1driver.c Updating unix/ftconfig.in to recent config/ftconfig.h changes. 2000-08-03 00:03:08 +00:00
z1driver.h Added #ifdef's for C++ to all header files. 2000-08-01 13:17:04 +00:00
z1gload.c the psaux module is now nearly completed 2000-08-22 22:36:33 +00:00
z1gload.h the psaux module is now nearly completed 2000-08-22 22:36:33 +00:00
z1load.c the psaux module is now nearly completed 2000-08-22 22:36:33 +00:00
z1load.h the psaux module is now nearly completed 2000-08-22 22:36:33 +00:00
z1objs.c the psaux module is now nearly completed 2000-08-22 22:36:33 +00:00
z1objs.h Formatting. 2000-07-08 19:51:42 +00:00
z1parse.c the psaux module is now nearly completed 2000-08-22 22:36:33 +00:00
z1parse.h the psaux module is now nearly completed 2000-08-22 22:36:33 +00:00
z1tokens.h added draft "psaux" code 2000-08-17 01:09:06 +00:00

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..