00001 //======================================================================== 00002 // 00003 // FoFiEncodings.h 00004 // 00005 // Copyright 1999-2003 Glyph & Cog, LLC 00006 // 00007 //======================================================================== 00008 00009 #ifndef FOFIENCODINGS_H 00010 #define FOFIENCODINGS_H 00011 00012 #include <aconf.h> 00013 00014 #ifdef USE_GCC_PRAGMAS 00015 #pragma interface 00016 #endif 00017 00018 #include "gtypes.h" 00019 00020 //------------------------------------------------------------------------ 00021 // Type 1 and 1C font data 00022 //------------------------------------------------------------------------ 00023 00024 extern char *fofiType1StandardEncoding[256]; 00025 extern char *fofiType1ExpertEncoding[256]; 00026 00027 //------------------------------------------------------------------------ 00028 // Type 1C font data 00029 //------------------------------------------------------------------------ 00030 00031 extern char *fofiType1CStdStrings[391]; 00032 extern Gushort fofiType1CISOAdobeCharset[229]; 00033 extern Gushort fofiType1CExpertCharset[166]; 00034 extern Gushort fofiType1CExpertSubsetCharset[87]; 00035 00036 #endif