freetype2/src/type1z
David Turner f9ca2bb58a managed to re-design entirely the API in <freetype/ftglyph.h>
It is now really the "glyph factory" that Stefan was probably
dreaming about..

fixed some recent formatting errors from Werner ;-)

cleaned up the demonstration programs from most of the
rust that they had, though I'm sure someone is going to
re-format them really soon !!

"ftstring" now uses the new ftglyph.h API, and is now
faster and smaller.. yep..
2000-06-30 23:12:55 +00:00
..
Readme.txt updated documentation for Beta 4 2000-03-13 14:25:00 +00:00
module.mk - MAJOR INTERNAL REDESIGN: 2000-06-22 00:17:42 +00:00
rules.mk changed file names and some functions names to avoid 2000-06-27 23:21:51 +00:00
type1z.c changed file names and some functions names to avoid 2000-06-27 23:21:51 +00:00
z1afm.c changed file names and some functions names to avoid 2000-06-27 23:21:51 +00:00
z1afm.h changed file names and some functions names to avoid 2000-06-27 23:21:51 +00:00
z1driver.c changed file names and some functions names to avoid 2000-06-27 23:21:51 +00:00
z1driver.h changed file names and some functions names to avoid 2000-06-27 23:21:51 +00:00
z1gload.c managed to re-design entirely the API in <freetype/ftglyph.h> 2000-06-30 23:12:55 +00:00
z1gload.h changed file names and some functions names to avoid 2000-06-27 23:21:51 +00:00
z1load.c changed file names and some functions names to avoid 2000-06-27 23:21:51 +00:00
z1load.h changed file names and some functions names to avoid 2000-06-27 23:21:51 +00:00
z1objs.c changed file names and some functions names to avoid 2000-06-27 23:21:51 +00:00
z1objs.h changed file names and some functions names to avoid 2000-06-27 23:21:51 +00:00
z1parse.c Formatting... 2000-06-29 03:14:25 +00:00
z1parse.h changed file names and some functions names to avoid 2000-06-27 23:21:51 +00:00
z1tokens.h changed file names and some functions names to avoid 2000-06-27 23:21:51 +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..