#include <aconf.h>
#include <string.h>
#include <stdio.h>
#include <ctype.h>
#include "gmem.h"
#include "GString.h"
#include "GList.h"
#include "GHash.h"
#include "gfile.h"
#include "Error.h"
#include "NameToCharCode.h"
#include "CharCodeToUnicode.h"
#include "UnicodeMap.h"
#include "CMap.h"
#include "BuiltinFontTables.h"
#include "FontEncodingTables.h"
#include "GlobalParams.h"
#include "NameToUnicodeTable.h"
#include "UnicodeMapTables.h"
#include "UTF8.h"
Defines | |
#define | lockGlobalParams |
#define | lockUnicodeMapCache |
#define | lockCMapCache |
#define | unlockGlobalParams |
#define | unlockUnicodeMapCache |
#define | unlockCMapCache |
#define | cidToUnicodeCacheSize 4 |
#define | unicodeToUnicodeCacheSize 4 |
Variables | |
struct { | |
char * name | |
char * fileName | |
} | displayFontTab [] |
char * | displayFontDirs [] |
GlobalParams * | globalParams = NULL |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value: { "/usr/share/ghostscript/fonts", "/usr/local/share/ghostscript/fonts", "/usr/share/fonts/default/Type1", NULL } |
|
|
|
|
|
|
|
|