Al-Qurtas-Islamic-bank-The-.../src/type1z
David Turner a6415244f1 updated documentation for Beta 4 2000-03-13 14:25:00 +00:00
..
Readme.txt updated documentation for Beta 4 2000-03-13 14:25:00 +00:00
module.mk A first check of FT2's Make system. Many smaller and larger bugs have been 2000-03-05 01:14:19 +00:00
rules.mk finished moving all configuration macros to 2000-03-13 12:57:27 +00:00
t1afm.c finished moving all configuration macros to 2000-03-13 12:57:27 +00:00
t1afm.h finished moving all configuration macros to 2000-03-13 12:57:27 +00:00
t1driver.c updated version of the experimental Type 1 driver 2000-02-15 12:55:57 +00:00
t1driver.h updated version of the experimental Type 1 driver 2000-02-15 12:55:57 +00:00
t1errors.h added a new experimental Type 1 driver. This version sports several 2000-01-27 14:02:04 +00:00
t1gload.c renamed all outlines functions to the 2000-03-13 11:49:20 +00:00
t1gload.h a few fixes to get rid of unwanted compile-time warnings 2000-03-06 09:51:19 +00:00
t1load.c finished moving all configuration macros to 2000-03-13 12:57:27 +00:00
t1load.h added a new experimental Type 1 driver. This version sports several 2000-01-27 14:02:04 +00:00
t1objs.c renamed all outlines functions to the 2000-03-13 11:49:20 +00:00
t1objs.h finished moving all configuration macros to 2000-03-13 12:57:27 +00:00
t1parse.c finished moving all configuration macros to 2000-03-13 12:57:27 +00:00
t1parse.h finished moving all configuration macros to 2000-03-13 12:57:27 +00:00
t1tokens.h The Type 1 experimental driver was updated 2000-02-02 12:20:53 +00:00
type1z.c a few changes to really compile font drivers in 2000-03-01 13:24:38 +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..