Sha256: 12a83c71adcbfa0e410142a62dbd5a9e51e014240711f2da719701ba0505703a
Contents?: true
Size: 987 Bytes
Versions: 2
Compression:
Stored size: 987 Bytes
Contents
//======================================================================== // // FoFiEncodings.h // // Copyright 1999-2003 Glyph & Cog, LLC // //======================================================================== #ifndef FOFIENCODINGS_H #define FOFIENCODINGS_H #include <aconf.h> #ifdef USE_GCC_PRAGMAS #pragma interface #endif #include "gtypes.h" //------------------------------------------------------------------------ // Type 1 and 1C font data //------------------------------------------------------------------------ extern char *fofiType1StandardEncoding[256]; extern char *fofiType1ExpertEncoding[256]; //------------------------------------------------------------------------ // Type 1C font data //------------------------------------------------------------------------ extern char *fofiType1CStdStrings[391]; extern Gushort fofiType1CISOAdobeCharset[229]; extern Gushort fofiType1CExpertCharset[166]; extern Gushort fofiType1CExpertSubsetCharset[87]; #endif
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pdf2json-0.2.0 | pdf2json-0.52-source/fofi/FoFiEncodings.h |
pdf2json-0.1.0 | pdf2json-0.52-source/fofi/FoFiEncodings.h |