shithub: freetype+ttf2subf

Download patch

ref: 30eacee9e66600cc0c2183a36f839e27fee6596e
parent: c3dfbde0743b8ead538da9f04944052fc384a234
author: Tom Kacvinsky <[email protected]>
date: Wed Nov 22 09:38:29 EST 2000

Added entry for changes to T2_Init_Face (related to pure CFF fonts).

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,15 @@
+2000-11-22  Tom Kacvinsky  <[email protected]>
+
+	* src/cff/t2objs.c (T2_Init_Face): Set `root->num_faces' when loading
+	a pure CFF font.  Set `units_per_EM' to a default of 1000 (for pure CFF
+	fonts), instead of setting it based on the FontMatrix.
+
 2000-11-16  David Turner <[email protected]>
 
 	* src/autohint/ahtypes.h (AH_Hinter): Added new fields to control
 	auto-hinting of synthetic Type 1 fonts.
 
-	* src/autohint/ahhint.c (ah_hinter_load ah_hinter_load_glyph):
+	* src/autohint/ahhint.c (ah_hinter_load, ah_hinter_load_glyph):
 	Added auto-hinting support of synthetic Type 1 fonts.
 
 2000-11-12  Tom Kacvinsky  <[email protected]>