Sha256: 14b1eda6d859db73c411ebb5a2ceee786751bf520dfdf5cb0613a98884a87997
Contents?: true
Size: 522 Bytes
Versions: 2
Compression:
Stored size: 522 Bytes
Contents
//======================================================================== // // FontEncodingTables.h // // Copyright 2001-2003 Glyph & Cog, LLC // //======================================================================== #ifndef FONTENCODINGTABLES_H #define FONTENCODINGTABLES_H extern char *macRomanEncoding[]; extern char *macExpertEncoding[]; extern char *winAnsiEncoding[]; extern char *standardEncoding[]; extern char *expertEncoding[]; extern char *symbolEncoding[]; extern char *zapfDingbatsEncoding[]; #endif
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pdf2json-0.2.0 | pdf2json-0.52-source/xpdf/FontEncodingTables.h |
pdf2json-0.1.0 | pdf2json-0.52-source/xpdf/FontEncodingTables.h |