diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-07-30 06:51:47 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-07-30 06:51:47 +0000 |
commit | 530a776434a9382be152b86662236604f5d65b84 (patch) | |
tree | 41b25736052a5aca47f30d695683a60c063db5cd /Build/source/libs/poppler/poppler-0.24.0/fofi/FoFiEncodings.h | |
parent | 224867600eeafe1c5639264021db9e25e4706653 (diff) |
poppler 0.24.0
git-svn-id: svn://tug.org/texlive/trunk@31312 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/poppler/poppler-0.24.0/fofi/FoFiEncodings.h')
-rw-r--r-- | Build/source/libs/poppler/poppler-0.24.0/fofi/FoFiEncodings.h | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Build/source/libs/poppler/poppler-0.24.0/fofi/FoFiEncodings.h b/Build/source/libs/poppler/poppler-0.24.0/fofi/FoFiEncodings.h new file mode 100644 index 00000000000..ab80ad362a6 --- /dev/null +++ b/Build/source/libs/poppler/poppler-0.24.0/fofi/FoFiEncodings.h @@ -0,0 +1,34 @@ +//======================================================================== +// +// FoFiEncodings.h +// +// Copyright 1999-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef FOFIENCODINGS_H +#define FOFIENCODINGS_H + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include "goo/gtypes.h" + +//------------------------------------------------------------------------ +// Type 1 and 1C font data +//------------------------------------------------------------------------ + +extern const char *fofiType1StandardEncoding[256]; +extern const char *fofiType1ExpertEncoding[256]; + +//------------------------------------------------------------------------ +// Type 1C font data +//------------------------------------------------------------------------ + +extern const char *fofiType1CStdStrings[391]; +extern Gushort fofiType1CISOAdobeCharset[229]; +extern Gushort fofiType1CExpertCharset[166]; +extern Gushort fofiType1CExpertSubsetCharset[87]; + +#endif |