shithub: freetype+ttf2subf

Download patch

ref: 4ff243d90af16b25993be5cf3924170a53249a0c
parent: be67c4ef33a610afc475e62fc2fd69b96cd4d845
author: Werner Lemberg <[email protected]>
date: Tue Nov 25 04:30:57 EST 2003

Fix ChangeLog.  Update `CHANGES' file.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,7 +19,7 @@
 
 2003-11-22  Werner Lemberg  <[email protected]>
 
-	* docs/VERSION.DLL: Updated.
+	* docs/VERSION.DLL, docs/CHANGES: Updated.
 
 	* src/base/ftobjs.c (FT_Set_Char_Size): Make metrics->x_scale and
 	metrics->y_scale really precise.
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -3,6 +3,13 @@
 
   I. IMPORTANT BUG FIXES
 
+    - The native  TrueType hinter contained some  bugs which prevented
+      some fonts to be rendered correctly, most notably Legendum.otf.
+
+    - The  linear advance  width  and height  values were  incorrectly
+      rounded,  making  them virtually  unusable  if  not loaded  with
+      FT_LOAD_LINEAR_DESIGN.
+
 
   II. IMPORTANT CHANGES