Commit 7ed5a057cf778864883a4b814aeaed8d103fc2a7

David Turner 2000-06-27T23:23:22

small bugfix

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/type1/t1gload.c b/src/type1/t1gload.c
index 3258552..e838879 100644
--- 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;