1//========================================================================
2//
3// FoFiEncodings.h
4//
5// Copyright 1999-2003 Glyph & Cog, LLC
6//
7//========================================================================
8
9//========================================================================
10//
11// Modified under the Poppler project - http://poppler.freedesktop.org
12//
13// All changes made under the Poppler project to this file are licensed
14// under GPL version 2 or later
15//
16// Copyright (C) 2016 Albert Astals Cid <aacid@kde.org>
17// Copyright (C) 2019 Volker Krause <vkrause@kde.org>
18//
19// To see a description of the changes please see the Changelog file that
20// came with your tarball or type make ChangeLog if you are building from git
21//
22//========================================================================
23
24#ifndef FOFIENCODINGS_H
25#define FOFIENCODINGS_H
26
27//------------------------------------------------------------------------
28// Type 1 and 1C font data
29//------------------------------------------------------------------------
30
31extern const char *const fofiType1StandardEncoding[256];
32extern const char *const fofiType1ExpertEncoding[256];
33
34//------------------------------------------------------------------------
35// Type 1C font data
36//------------------------------------------------------------------------
37
38extern const char *fofiType1CStdStrings[391];
39extern const unsigned short fofiType1CISOAdobeCharset[229];
40extern const unsigned short fofiType1CExpertCharset[166];
41extern const unsigned short fofiType1CExpertSubsetCharset[87];
42
43#endif
44

source code of poppler/fofi/FoFiEncodings.h