blob: a417b324e48087cbb6264cbe366a2c6bb1817c69 [file] [log] [blame]
//========================================================================
//
// 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