Sha256: 68be97f8fd25e39763302428cd5827a6a736894972704cc7e60be4c1c8bf64e4
Contents?: true
Size: 556 Bytes
Versions: 2
Compression:
Stored size: 556 Bytes
Contents
//======================================================================== // // BuiltinFontTables.h // // Copyright 2001-2003 Glyph & Cog, LLC // //======================================================================== #ifndef BUILTINFONTTABLES_H #define BUILTINFONTTABLES_H #include "BuiltinFont.h" #define nBuiltinFonts 14 #define nBuiltinFontSubsts 12 extern BuiltinFont builtinFonts[nBuiltinFonts]; extern BuiltinFont *builtinFontSubst[nBuiltinFontSubsts]; extern void initBuiltinFontTables(); extern void freeBuiltinFontTables(); #endif
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pdf2json-0.2.0 | pdf2json-0.52-source/xpdf/BuiltinFontTables.h |
pdf2json-0.1.0 | pdf2json-0.52-source/xpdf/BuiltinFontTables.h |