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.
 
 
 
 
 
 
Just van Rossum 7c64409e86 Some simple patches that allow synthetic fonts to be rendered. *However*: although the FontMatrix is read correctly, it does _not_ seem to be used! I don't understand this... 25 years ago
..
Readme.txt updated documentation for Beta 4 25 years ago
module.mk - fixed the incorrect SO extension for Visual C++ 25 years ago
rules.mk vast clean-up of the sources in order to allow flat 25 years ago
type1z.c Formatting. 25 years ago
z1afm.c Formatting. 25 years ago
z1afm.h Formatting. 25 years ago
z1driver.c - fixed the incorrect SO extension for Visual C++ 25 years ago
z1driver.h - fixed the incorrect SO extension for Visual C++ 25 years ago
z1gload.c Simplifying the FIELD_* and FRAME_* macros. Before calling these macros, 25 years ago
z1gload.h Formatting. 25 years ago
z1load.c Some simple patches that allow synthetic fonts to be rendered. *However*: although the FontMatrix is read correctly, it does _not_ seem to be used! I don't understand this... 25 years ago
z1load.h Formatting. 25 years ago
z1objs.c Simplifying the FIELD_* and FRAME_* macros. Before calling these macros, 25 years ago
z1objs.h Formatting. 25 years ago
z1parse.c Some simple patches that allow synthetic fonts to be rendered. *However*: although the FontMatrix is read correctly, it does _not_ seem to be used! I don't understand this... 25 years ago
z1parse.h Simplifying the FIELD_* and FRAME_* macros. Before calling these macros, 25 years ago
z1tokens.h Simplifying the FIELD_* and FRAME_* macros. Before calling these macros, 25 years ago

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