shithub: freetype+ttf2subf

Download patch

ref: 7ed5a057cf778864883a4b814aeaed8d103fc2a7
parent: 385bedb83285e3b860a651b0f98d90693dd2cc19
author: David Turner <[email protected]>
date: Tue Jun 27 19:23:22 EDT 2000

small bugfix

git/fs: mount .git/fs: mount/attach disallowed
--- a/src/type1/t1gload.c
+++ b/src/type1/t1gload.c
@@ -1639,7 +1639,7 @@
     glyph->root.outline.n_points   = 0;
     glyph->root.outline.n_contours = 0;
 
-    glyph->root.format = ft_glyph_format_none;
+    glyph->root.format = ft_glyph_format_outline;  /* by default */
 
     hinting = 0;