forked from minhngoc25a/freetype2
updated documentation for Beta 4
This commit is contained in:
parent
c3c7e7fb0c
commit
a6415244f1
2
BUILD
2
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:
|
||||
|
|
|
@ -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..
|
Loading…
Reference in New Issue