diff --git a/BUILD b/BUILD index e934712d8..424d2eb18 100644 --- a/BUILD +++ b/BUILD @@ -10,7 +10,7 @@ platform. *** UNIX USERS : Even though the FT2 build system doesn't ************** : use the Autoconf/Automake tools, these will ************** : be introduced in the Unix-specific parts of - ************** : the build inour final release.. + ************** : the build in our final release.. I. QUICK COMMAND-LINE GUIDE: diff --git a/src/type1z/Readme.txt b/src/type1z/Readme.txt new file mode 100644 index 000000000..6502fb9d9 --- /dev/null +++ b/src/type1z/Readme.txt @@ -0,0 +1,10 @@ +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..