diff options
Diffstat (limited to 'xpdf/FontEncodingTables.h')
-rw-r--r-- | xpdf/FontEncodingTables.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/xpdf/FontEncodingTables.h b/xpdf/FontEncodingTables.h new file mode 100644 index 0000000..a417b32 --- /dev/null +++ b/xpdf/FontEncodingTables.h @@ -0,0 +1,20 @@ +//======================================================================== +// +// FontEncodingTables.h +// +// Copyright 2001-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef FONTENCODINGTABLES_H +#define FONTENCODINGTABLES_H + +extern const char *macRomanEncoding[]; +extern const char *macExpertEncoding[]; +extern const char *winAnsiEncoding[]; +extern const char *standardEncoding[]; +extern const char *expertEncoding[]; +extern const char *symbolEncoding[]; +extern const char *zapfDingbatsEncoding[]; + +#endif |