freetype2/src/type1z
David Turner 6930b45f78 - introduced FT_Get_Glyph_Name (see freetype.h)
to access individual glyph names. Changed some
  drivers to support it through a new interface named
  "glyph_name".

- introduced FT_Get_Sfnt_Name (see ftnames.h)
  to access the SFNT name table in a TrueType/OpenType
  file..
2000-07-19 17:13:03 +00:00
..
Readme.txt updated documentation for Beta 4 2000-03-13 14:25:00 +00:00
module.mk - MAJOR INTERNAL REDESIGN: 2000-06-22 00:17:42 +00:00
rules.mk vast clean-up of the sources in order to allow flat 2000-07-08 00:41:13 +00:00
type1z.c Formatting. 2000-07-08 19:51:42 +00:00
z1afm.c Formatting. 2000-07-08 19:51:42 +00:00
z1afm.h Formatting. 2000-07-08 19:51:42 +00:00
z1driver.c - introduced FT_Get_Glyph_Name (see freetype.h) 2000-07-19 17:13:03 +00:00
z1driver.h Formatting. 2000-07-08 19:51:42 +00:00
z1gload.c fixed a bug that caused invalid clipping of monochrome bitmaps 2000-07-10 22:03:10 +00:00
z1gload.h Formatting. 2000-07-08 19:51:42 +00:00
z1load.c Formatting. 2000-07-10 21:41:32 +00:00
z1load.h Formatting. 2000-07-08 19:51:42 +00:00
z1objs.c - introduced FT_Get_Glyph_Name (see freetype.h) 2000-07-19 17:13:03 +00:00
z1objs.h Formatting. 2000-07-08 19:51:42 +00:00
z1parse.c Formatting. 2000-07-09 19:15:30 +00:00
z1parse.h Formatting. 2000-07-09 19:15:30 +00:00
z1tokens.h Formatting. 2000-07-08 19:51:42 +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..