Al-Qurtas-Islamic-bank-The-.../src/type1z
David Turner f9b8dec437 major reformatting of the modules source code in order to get
rid of most of the basic types redefinitions (i.e. FT_Int instead
of "FT_Int", etc..)

The format-specific prefixs like "TT_", "T1_", "T2_" & 'CID_"
are now only used in relevant structures..

fixed Werner's fix to t2gload.c :-)
other small bug fixes
2000-06-16 19:34:52 +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 A lot of formatting. 2000-06-12 19:36:41 +00:00
t1afm.c major reformatting of the modules source code in order to get 2000-06-16 19:34:52 +00:00
t1afm.h major reformatting of the modules source code in order to get 2000-06-16 19:34:52 +00:00
t1driver.c major reformatting of the modules source code in order to get 2000-06-16 19:34:52 +00:00
t1driver.h Moved all *errors.h header files to include/freetype/internal for 2000-06-07 04:48:12 +00:00
t1gload.c major reformatting of the modules source code in order to get 2000-06-16 19:34:52 +00:00
t1gload.h major reformatting of the modules source code in order to get 2000-06-16 19:34:52 +00:00
t1load.c major reformatting of the modules source code in order to get 2000-06-16 19:34:52 +00:00
t1load.h major reformatting of the modules source code in order to get 2000-06-16 19:34:52 +00:00
t1objs.c major reformatting of the modules source code in order to get 2000-06-16 19:34:52 +00:00
t1objs.h major reformatting of the modules source code in order to get 2000-06-16 19:34:52 +00:00
t1parse.c major reformatting of the modules source code in order to get 2000-06-16 19:34:52 +00:00
t1parse.h major reformatting of the modules source code in order to get 2000-06-16 19:34:52 +00:00
t1tokens.h major reformatting of the modules source code in order to get 2000-06-16 19:34:52 +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..