00001 //======================================================================== 00002 // 00003 // BuiltinFontTables.h 00004 // 00005 // Copyright 2001-2003 Glyph & Cog, LLC 00006 // 00007 //======================================================================== 00008 00009 #ifndef BUILTINFONTTABLES_H 00010 #define BUILTINFONTTABLES_H 00011 00012 #include "BuiltinFont.h" 00013 00014 #define nBuiltinFonts 14 00015 #define nBuiltinFontSubsts 12 00016 00017 extern BuiltinFont builtinFonts[nBuiltinFonts]; 00018 extern BuiltinFont *builtinFontSubst[nBuiltinFontSubsts]; 00019 00020 extern void initBuiltinFontTables(); 00021 extern void freeBuiltinFontTables(); 00022 00023 #endif