]> git.ipfire.org Git - thirdparty/cups.git/blame - pdftops/BuiltinFontTables.h
Load cups into easysw/current.
[thirdparty/cups.git] / pdftops / BuiltinFontTables.h
CommitLineData
ef416fc2 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
17extern BuiltinFont builtinFonts[nBuiltinFonts];
18extern BuiltinFont *builtinFontSubst[nBuiltinFontSubsts];
19
20extern void initBuiltinFontTables();
21extern void freeBuiltinFontTables();
22
23#endif