From 7ed5a057cf778864883a4b814aeaed8d103fc2a7 Mon Sep 17 00:00:00 2001 From: David Turner Date: Tue, 27 Jun 2000 23:23:22 +0000 Subject: [PATCH] small bugfix --- src/type1/t1gload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/type1/t1gload.c b/src/type1/t1gload.c index 325855289..e8388792c 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;