~reviczky/luatex/luatex-svn

« back to all changes in this revision

Viewing changes to source/libs/poppler/poppler-0.32.0/poppler/BuiltinFontTables.h

  • Committer: Adam Reviczky
  • Date: 2015-03-29 18:56:26 UTC
  • Revision ID: adam.reviczky@kclalumni.net-20150329185626-7j7tmwyfpa69lqwo
Revision 5213

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//========================================================================
 
2
//
 
3
// BuiltinFontTables.h
 
4
//
 
5
// Copyright 2001-2003 Glyph & Cog, LLC
 
6
//
 
7
//========================================================================
 
8
 
 
9
#ifndef BUILTINFONTTABLES_H
 
10
#define BUILTINFONTTABLES_H
 
11
 
 
12
#include "BuiltinFont.h"
 
13
 
 
14
#define nBuiltinFonts      14
 
15
#define nBuiltinFontSubsts 12
 
16
 
 
17
extern BuiltinFont builtinFonts[nBuiltinFonts];
 
18
extern BuiltinFont *builtinFontSubst[nBuiltinFontSubsts];
 
19
 
 
20
extern void initBuiltinFontTables();
 
21
extern void freeBuiltinFontTables();
 
22
 
 
23
#endif