From 72d22e8a1a1b47635e1b8da49ae703bde01228f2 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 27 Jan 2007 20:47:41 +0000 Subject: Add support for PFB files. This seems to have caused me to completely rewrite the Type 1 font support, and I'm sure the result is more complex than it needs to be, but it seems to work correctly, so I shouldn't complain. [originally from svn r7175] --- input.c | 1 + 1 file changed, 1 insertion(+) (limited to 'input.c') diff --git a/input.c b/input.c index a677129..66f4afa 100644 --- a/input.c +++ b/input.c @@ -1582,6 +1582,7 @@ struct { } magics[] = { { "%!FontType1-", 12, &read_pfa_file }, { "%!PS-AdobeFont-", 15, &read_pfa_file }, + { "\x80\x01", 2, &read_pfb_file }, { "StartFontMetrics", 16, &read_afm_file }, }; -- cgit v1.1