shithub: freetype+ttf2subf

Download patch

ref: 27c8827f3c2c5270d8730a9869a01b22a7ff8ac4
parent: 276e47e7a75d5bf9f8f07a2bcdaab1cce9f8c497
author: David Turner <[email protected]>
date: Thu Nov 9 14:10:22 EST 2000

small update

git/fs: mount .git/fs: mount/attach disallowed
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,24 @@
 LATEST CHANGES
 
+  - changed the default installation path for public headers from
+    "include/freetype" to "include/freetype2".
+
+    Also added a new "freetype-config" that is automatically
+    generated and installed on Unix and Cygwin systems. The
+    script itself is used to retrieve the current install path,
+    C compilation flags as well as linker flags..
+
+  - fixed several small bugs:
+
+      - incorrect max advance width for fixed-pitch Type 1 fonts
+
+      - incorrect glyph names for certain TrueType fonts
+
+      - the glyph advance was not copied when FT_Glyph_To_Bitmap was called
+
+      - the linearHoriAdvance and linerVertAdvance fields were not
+        correctly returned for glyphs processed by the auto-hinter
+
   - "type1z" renamed back to "type1"; the old "type1" module has been
     removed