forked from minhngoc25a/freetype2
f9ca2bb58a
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.. |
||
---|---|---|
.. | ||
Readme.txt | ||
module.mk | ||
rules.mk | ||
type1z.c | ||
z1afm.c | ||
z1afm.h | ||
z1driver.c | ||
z1driver.h | ||
z1gload.c | ||
z1gload.h | ||
z1load.c | ||
z1load.h | ||
z1objs.c | ||
z1objs.h | ||
z1parse.c | ||
z1parse.h | ||
z1tokens.h |
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..