Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-11 10:26:09

0001 //========================================================================
0002 //
0003 // FoFiEncodings.h
0004 //
0005 // Copyright 1999-2003 Glyph & Cog, LLC
0006 //
0007 //========================================================================
0008 
0009 //========================================================================
0010 //
0011 // Modified under the Poppler project - http://poppler.freedesktop.org
0012 //
0013 // All changes made under the Poppler project to this file are licensed
0014 // under GPL version 2 or later
0015 //
0016 // Copyright (C) 2016 Albert Astals Cid <aacid@kde.org>
0017 // Copyright (C) 2019 Volker Krause <vkrause@kde.org>
0018 //
0019 // To see a description of the changes please see the Changelog file that
0020 // came with your tarball or type make ChangeLog if you are building from git
0021 //
0022 //========================================================================
0023 
0024 #ifndef FOFIENCODINGS_H
0025 #define FOFIENCODINGS_H
0026 
0027 //------------------------------------------------------------------------
0028 // Type 1 and 1C font data
0029 //------------------------------------------------------------------------
0030 
0031 extern const char *const fofiType1StandardEncoding[256];
0032 extern const char *const fofiType1ExpertEncoding[256];
0033 
0034 //------------------------------------------------------------------------
0035 // Type 1C font data
0036 //------------------------------------------------------------------------
0037 
0038 extern const char *fofiType1CStdStrings[391];
0039 extern const unsigned short fofiType1CISOAdobeCharset[229];
0040 extern const unsigned short fofiType1CExpertCharset[166];
0041 extern const unsigned short fofiType1CExpertSubsetCharset[87];
0042 
0043 #endif