1 //========================================================================
5 // Copyright 2001-2003 Glyph & Cog, LLC
7 //========================================================================
9 #ifndef BUILTINFONTTABLES_H
10 #define BUILTINFONTTABLES_H
12 #include "BuiltinFont.h"
14 #define nBuiltinFonts 14
15 #define nBuiltinFontSubsts 12
17 extern BuiltinFont builtinFonts[nBuiltinFonts];
18 extern BuiltinFont *builtinFontSubst[nBuiltinFontSubsts];
20 extern void initBuiltinFontTables();
21 extern void freeBuiltinFontTables();