~ubuntu-branches/ubuntu/saucy/xpdf/saucy

« back to all changes in this revision

Viewing changes to xpdf/GlobalParams.h

  • Committer: Package Import Robot
  • Author(s): Dmitry Shachnev
  • Date: 2013-09-04 15:30:10 UTC
  • Revision ID: package-import@ubuntu.com-20130904153010-buld78nmv8wd6xgt
Tags: 3.03-11ubuntu4
* Remove duplicate hunk from poppler-params.patch.
* Remove all remaining patches/hunks that touch GlobalParams code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#include <stdio.h>
19
19
#include "gtypes.h"
20
20
#include "CharTypes.h"
21
 
#include "config.h"
22
21
 
23
22
#if MULTITHREADED
24
23
#include "GMutex.h"
37
36
struct XpdfSecurityHandler;
38
37
class GlobalParams;
39
38
class SysFontList;
40
 
class Stream;
41
39
 
42
40
//------------------------------------------------------------------------
43
41
 
189
187
  CharCode getMacRomanCharCode(char *charName);
190
188
 
191
189
  GString *getBaseDir();
192
 
  Unicode mapNameToUnicode(char *charName);
 
190
  Unicode mapNameToUnicode(const char *charName);
193
191
  UnicodeMap *getResidentUnicodeMap(GString *encodingName);
194
192
  FILE *getUnicodeMapFile(GString *encodingName);
195
193
  FILE *findCMapFile(GString *collection, GString *cMapName);
196
194
  FILE *findToUnicodeFile(GString *name);
197
 
  GString *findFontFile(GString *fontName, char **throwaway);
 
195
  GString *findFontFile(GString *fontName);
198
196
  GString *findSystemFontFile(GString *fontName, SysFontType *type,
199
197
                              int *fontNum);
200
198
  GString *findCCFontFile(GString *collection);
258
256
  CharCodeToUnicode *getCIDToUnicode(GString *collection);
259
257
  CharCodeToUnicode *getUnicodeToUnicode(GString *fontName);
260
258
  UnicodeMap *getUnicodeMap(GString *encodingName);
261
 
  CMap *getCMap(GString *collection, GString *cMapName, Stream *stream);
 
259
  CMap *getCMap(GString *collection, GString *cMapName);
262
260
  UnicodeMap *getTextEncoding();
263
261
 
264
262
  //----- functions to set parameters