From 62be4468c8d814e5f66e5c2c7dc21a865bd91be3 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 3 Feb 2007 14:02:21 +0000 Subject: Add support for using TrueType fonts, including embedding in PostScript but not yet in PDF. There's a lot of cleaning up to be done, especially in the area of error, but I think it would be better committed gradually. [originally from svn r7198] --- in_pf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'in_pf.c') diff --git a/in_pf.c b/in_pf.c index 3df6d37..0867376 100644 --- a/in_pf.c +++ b/in_pf.c @@ -197,6 +197,7 @@ static void pf_identify(t1_font *tf) { for (fi = all_fonts; fi; fi = fi->next) { if (strcmp(fi->name, fontname) == 0) { fi->fontfile = tf; + fi->filetype = TYPE1; sfree(fontname); return; } -- cgit v1.1