Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

BuiltinFontTables.h

Go to the documentation of this file.
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

Generated on Wed Nov 3 12:58:52 2004 for Lemur Toolkit by doxygen1.2.18