a patch for ttc fonts with bad index
[luatex.git] / source / libs / poppler / poppler-0.36.0 / poppler / BuiltinFontTables.h
blobeb45549efd2ef649be454beab64edd77e7dadfe0
1 //========================================================================
2 //
3 // BuiltinFontTables.h
4 //
5 // Copyright 2001-2003 Glyph & Cog, LLC
6 //
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();
23 #endif