Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/xpdfconfig.h
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1999-08-06 00:14:27 (GMT)
committer Arturo Espinosa <unammx@src.gnome.org>1999-08-06 00:14:27 (GMT)
commit50e9d31c05e9ca11ad43cc570556094782c1b956 (patch)
treee8d30241d1f97d7a52ad4486089a74e55160ad78 /pdf/xpdf/xpdfconfig.h
parentbd7dce23fec36adeb1713c164d594bbc0436b346 (diff)
Painful merge.
Painful merge. I merged the latest release into the CVS. This version supports the regular xpdf or gpdf if the GNOME libraries are found. Miguel.
Diffstat (limited to 'pdf/xpdf/xpdfconfig.h')
-rw-r--r--pdf/xpdf/xpdfconfig.h17
1 files changed, 10 insertions, 7 deletions
diff --git a/pdf/xpdf/xpdfconfig.h b/pdf/xpdf/xpdfconfig.h
index 5353d03..9816a08 100644
--- a/pdf/xpdf/xpdfconfig.h
+++ b/pdf/xpdf/xpdfconfig.h
@@ -14,14 +14,14 @@
//------------------------------------------------------------------------
// xpdf version
-#define xpdfVersion "0.80"
+#define xpdfVersion "0.90"
// supported PDF version
-#define pdfVersion "1.2"
-#define pdfVersionNum 1.2
+#define pdfVersion "1.3"
+#define pdfVersionNum 1.3
// copyright notice
-#define xpdfCopyright "Copyright \251 1996-1998 Derek B. Noonburg"
+#define xpdfCopyright "Copyright \251 1996-1999 Derek B. Noonburg"
// default paper size (in points) for PostScript output
#ifdef A4_PAPER
@@ -33,7 +33,7 @@
#endif
// config file name
-#if defined(VMS) || defined(__EMX__)
+#if defined(VMS)
#define xpdfConfigFile "xpdfrc"
#else
#define xpdfConfigFile ".xpdfrc"
@@ -46,8 +46,11 @@
// default maximum size of color cube to allocate
#define defaultRGBCube 5
-// number of fonts to cache
-#define fontCacheSize 16
+// number of X server fonts to cache
+#define serverFontCacheSize 16
+
+// number of Type 1 (t1lib) fonts to cache
+#define t1FontCacheSize 32
//------------------------------------------------------------------------
// uncompress program