shithub: freetype+ttf2subf

Download patch

ref: 917589d4bd335a8a28aed840e538e1eae33042fe
parent: bd9ca33edaeb07e54e100cc7be6b14c34ffdfe99
author: Graham Asher <[email protected]>
date: Thu Aug 15 08:24:21 EDT 2002

Noted latest changes to incremental font lolading system.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2002-08-15  Graham Asher  <[email protected]>
+
+    * src/cff/cffgload.c, src/cff/cffload.c, src/cff/cffload.h,
+    src/cff/cffobjs.c [FT_CONFIG_OPTION_INCREMENTAL]:
+    implemented the incremental font loading system for
+    the CFF driver.  Tested using the GhostScript-to-FreeType
+    bridge (under development).
+
+    * src/cid/cidgload.c [FT_CONFIG_OPTION_INCREMENTAL]:
+	corrected the incremental font loading implementation to
+	use the new system introduced on 2002-08-01.
+
 2002-08-06  Werner Lemberg  <[email protected]>
 
 	* src/cff/cffcmap.c: Remove compiler warnings.