ref: a6415244f1055f97a8577c375c09298eaae40f69
parent: c3c7e7fb0c70e1a5ee8f3fe73cfbf5807259fb70
author: David Turner <[email protected]>
date: Mon Mar 13 09:25:00 EST 2000
updated documentation for Beta 4
--- a/BUILD
+++ b/BUILD
@@ -10,7 +10,7 @@
*** 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:
--- /dev/null
+++ b/src/type1z/Readme.txt
@@ -1,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..