~ubuntu-branches/ubuntu/vivid/emscripten/vivid

« back to all changes in this revision

Viewing changes to tests/poppler/fofi/FoFiEncodings.h

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-05-02 13:11:51 UTC
  • Revision ID: package-import@ubuntu.com-20130502131151-q8dvteqr1ef2x7xz
Tags: upstream-1.4.1~20130504~adb56cb
ImportĀ upstreamĀ versionĀ 1.4.1~20130504~adb56cb

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
#ifdef USE_GCC_PRAGMAS
 
13
#pragma interface
 
14
#endif
 
15
 
 
16
#include "goo/gtypes.h"
 
17
 
 
18
//------------------------------------------------------------------------
 
19
// Type 1 and 1C font data
 
20
//------------------------------------------------------------------------
 
21
 
 
22
extern char *fofiType1StandardEncoding[256];
 
23
extern char *fofiType1ExpertEncoding[256];
 
24
 
 
25
//------------------------------------------------------------------------
 
26
// Type 1C font data
 
27
//------------------------------------------------------------------------
 
28
 
 
29
extern char *fofiType1CStdStrings[391];
 
30
extern Gushort fofiType1CISOAdobeCharset[229];
 
31
extern Gushort fofiType1CExpertCharset[166];
 
32
extern Gushort fofiType1CExpertSubsetCharset[87];
 
33
 
 
34
#endif