beta-0.89.2
[luatex.git] / source / libs / poppler / poppler-src / fofi / FoFiEncodings.h
blobab80ad362a68686333570954d5e68d3cec1ab55f
1 //========================================================================
2 //
3 // FoFiEncodings.h
4 //
5 // Copyright 1999-2003 Glyph & Cog, LLC
6 //
7 //========================================================================
9 #ifndef FOFIENCODINGS_H
10 #define FOFIENCODINGS_H
12 #ifdef USE_GCC_PRAGMAS
13 #pragma interface
14 #endif
16 #include "goo/gtypes.h"
18 //------------------------------------------------------------------------
19 // Type 1 and 1C font data
20 //------------------------------------------------------------------------
22 extern const char *fofiType1StandardEncoding[256];
23 extern const char *fofiType1ExpertEncoding[256];
25 //------------------------------------------------------------------------
26 // Type 1C font data
27 //------------------------------------------------------------------------
29 extern const char *fofiType1CStdStrings[391];
30 extern Gushort fofiType1CISOAdobeCharset[229];
31 extern Gushort fofiType1CExpertCharset[166];
32 extern Gushort fofiType1CExpertSubsetCharset[87];
34 #endif