You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
David Turner 6cef627d17 added code to correctly scale global metrics 25 years ago
..
Readme.txt
module.mk
rules.mk Moved all *errors.h header files to include/freetype/internal for 25 years ago
t1afm.c
t1afm.h
t1driver.c finalised the multiple masters support 25 years ago
t1driver.h Moved all *errors.h header files to include/freetype/internal for 25 years ago
t1gload.c
t1gload.h
t1load.c Moved all *errors.h header files to include/freetype/internal for 25 years ago
t1load.h finalised the multiple masters support 25 years ago
t1objs.c added code to correctly scale global metrics 25 years ago
t1objs.h Moved all *errors.h header files to include/freetype/internal for 25 years ago
t1parse.c Moved all *errors.h header files to include/freetype/internal for 25 years ago
t1parse.h
t1tokens.h added a CID-keyed font driver in "src/cid" 25 years ago
type1z.c

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