diff options
Diffstat (limited to 'mupdf/fontenc.h')
-rw-r--r-- | mupdf/fontenc.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/mupdf/fontenc.h b/mupdf/fontenc.h index 376a3f2d..d64e3e49 100644 --- a/mupdf/fontenc.h +++ b/mupdf/fontenc.h @@ -4,36 +4,6 @@ #define _notdef 0 -static char *basefontnames[14][7] = -{ - { "Courier", "CourierNew", "CourierNewPSMT", 0 }, - { "Courier-Bold", "CourierNew,Bold", "Courier,Bold", - "CourierNewPS-BoldMT", "CourierNew-Bold", 0 }, - { "Courier-Oblique", "CourierNew,Italic", "Courier,Italic", - "CourierNewPS-ItalicMT", "CourierNew-Italic", 0 }, - { "Courier-BoldOblique", "CourierNew,BoldItalic", "Courier,BoldItalic", - "CourierNewPS-BoldItalicMT", "CourierNew-BoldItalic", 0 }, - { "Helvetica", "ArialMT", "Arial", 0 }, - { "Helvetica-Bold", "Arial-BoldMT", "Arial,Bold", "Arial-Bold", - "Helvetica,Bold", 0 }, - { "Helvetica-Oblique", "Arial-ItalicMT", "Arial,Italic", "Arial-Italic", - "Helvetica,Italic", "Helvetica-Italic", 0 }, - { "Helvetica-BoldOblique", "Arial-BoldItalicMT", - "Arial,BoldItalic", "Arial-BoldItalic", - "Helvetica,BoldItalic", "Helvetica-BoldItalic", 0 }, - { "Times-Roman", "TimesNewRomanPSMT", "TimesNewRoman", - "TimesNewRomanPS", 0 }, - { "Times-Bold", "TimesNewRomanPS-BoldMT", "TimesNewRoman,Bold", - "TimesNewRomanPS-Bold", "TimesNewRoman-Bold", 0 }, - { "Times-Italic", "TimesNewRomanPS-ItalicMT", "TimesNewRoman,Italic", - "TimesNewRomanPS-Italic", "TimesNewRoman-Italic", 0 }, - { "Times-BoldItalic", "TimesNewRomanPS-BoldItalicMT", - "TimesNewRoman,BoldItalic", "TimesNewRomanPS-BoldItalic", - "TimesNewRoman-BoldItalic", 0 }, - { "Symbol", 0 }, - { "ZapfDingbats", 0 } -}; - static char *macroman[256] = { _notdef, _notdef, _notdef, _notdef, _notdef, _notdef, _notdef, _notdef, _notdef, _notdef, _notdef, _notdef, _notdef, _notdef, |