Add support for using TrueType fonts, including embedding in PostScript but
[sgt/halibut] / in_pf.c
diff --git a/in_pf.c b/in_pf.c
index 3df6d37..0867376 100644 (file)
--- 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;
        }