]> git.ipfire.org Git - thirdparty/cups.git/blame - pdftops/FoFiEncodings.h
Load cups into easysw/current.
[thirdparty/cups.git] / pdftops / FoFiEncodings.h
CommitLineData
ef416fc2 1//========================================================================
2//
3// FoFiEncodings.h
4//
5// Copyright 1999-2003 Glyph & Cog, LLC
6//
7//========================================================================
8
9#ifndef FOFIENCODINGS_H
10#define FOFIENCODINGS_H
11
12#include <config.h>
13
14#ifdef USE_GCC_PRAGMAS
15#pragma interface
16#endif
17
18#include "gtypes.h"
19
20//------------------------------------------------------------------------
21// Type 1 and 1C font data
22//------------------------------------------------------------------------
23
24extern char *fofiType1StandardEncoding[256];
25extern char *fofiType1ExpertEncoding[256];
26
27//------------------------------------------------------------------------
28// Type 1C font data
29//------------------------------------------------------------------------
30
31extern char *fofiType1CStdStrings[391];
32extern Gushort fofiType1CISOAdobeCharset[229];
33extern Gushort fofiType1CExpertCharset[166];
34extern Gushort fofiType1CExpertSubsetCharset[87];
35
36#endif