summaryrefslogtreecommitdiff
path: root/in_pf.c
diff options
context:
space:
mode:
Diffstat (limited to 'in_pf.c')
-rw-r--r--in_pf.c1
1 files changed, 1 insertions, 0 deletions
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;
}