X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/blobdiff_plain/056ab80ee9dfc9970457a2436d0cc29eb5caa7c2..a2bd22193636859a63187aec26b389e07163880e:/input.c diff --git a/input.c b/input.c index a677129..337517d 100644 --- a/input.c +++ b/input.c @@ -1582,7 +1582,10 @@ struct { } magics[] = { { "%!FontType1-", 12, &read_pfa_file }, { "%!PS-AdobeFont-", 15, &read_pfa_file }, + { "\x80\x01", 2, &read_pfb_file }, { "StartFontMetrics", 16, &read_afm_file }, + { "\x00\x01\x00\x00", 4, &read_sfnt_file }, + { "true", 4, &read_sfnt_file }, }; paragraph *read_input(input *in, indexdata *idx) {