]> git.ipfire.org Git - thirdparty/cups.git/blob - pdftops/FoFiEncodings.h
Merge changes from CUPS 1.4svn-r7199.
[thirdparty/cups.git] / pdftops / FoFiEncodings.h
1 //========================================================================
2 //
3 // FoFiEncodings.h
4 //
5 // Copyright 1999-2003 Glyph & Cog, LLC
6 //
7 //========================================================================
8
9 #ifndef FOFIENCODINGS_H
10 #define FOFIENCODINGS_H
11
12 #include <config.h>
13
14 #ifdef USE_GCC_PRAGMAS
15 #pragma interface
16 #endif
17
18 #include "gtypes.h"
19
20 //------------------------------------------------------------------------
21 // Type 1 and 1C font data
22 //------------------------------------------------------------------------
23
24 extern char *fofiType1StandardEncoding[256];
25 extern char *fofiType1ExpertEncoding[256];
26
27 //------------------------------------------------------------------------
28 // Type 1C font data
29 //------------------------------------------------------------------------
30
31 extern char *fofiType1CStdStrings[391];
32 extern Gushort fofiType1CISOAdobeCharset[229];
33 extern Gushort fofiType1CExpertCharset[166];
34 extern Gushort fofiType1CExpertSubsetCharset[87];
35
36 #endif