From 835e373b3eeaabcd0621ed6798ab500f37982fae Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Wed, 5 Apr 2023 14:13:39 -0400 Subject: xpdf-no-select-disable --- xpdf/BuiltinFontTables.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 xpdf/BuiltinFontTables.h (limited to 'xpdf/BuiltinFontTables.h') diff --git a/xpdf/BuiltinFontTables.h b/xpdf/BuiltinFontTables.h new file mode 100644 index 0000000..eb45549 --- /dev/null +++ b/xpdf/BuiltinFontTables.h @@ -0,0 +1,23 @@ +//======================================================================== +// +// BuiltinFontTables.h +// +// Copyright 2001-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef BUILTINFONTTABLES_H +#define BUILTINFONTTABLES_H + +#include "BuiltinFont.h" + +#define nBuiltinFonts 14 +#define nBuiltinFontSubsts 12 + +extern BuiltinFont builtinFonts[nBuiltinFonts]; +extern BuiltinFont *builtinFontSubst[nBuiltinFontSubsts]; + +extern void initBuiltinFontTables(); +extern void freeBuiltinFontTables(); + +#endif -- cgit v1.2.3