Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-10 10:23:45

0001 //========================================================================
0002 //
0003 // FontEncodingTables.h
0004 //
0005 // Copyright 2001-2003 Glyph & Cog, LLC
0006 //
0007 //========================================================================
0008 
0009 #ifndef FONTENCODINGTABLES_H
0010 #define FONTENCODINGTABLES_H
0011 
0012 extern const char *macRomanEncoding[];
0013 extern const char *macExpertEncoding[];
0014 extern const char *winAnsiEncoding[];
0015 extern const char *standardEncoding[];
0016 extern const char *expertEncoding[];
0017 extern const char *symbolEncoding[];
0018 extern const char *zapfDingbatsEncoding[];
0019 
0020 #endif