summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/config.h
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2016-05-30 12:01:28 +0100
committerRobin Watts <robin.watts@artifex.com>2016-05-30 16:08:48 +0100
commit0b73a8ddf620894112cd212b43f5d4cccec9d90e (patch)
treef2c88eaaec26a9918dae07c4890f33fdfd96c812 /include/mupdf/fitz/config.h
parent846a8a68df55016e5cc2e77d02f4b586b004df01 (diff)
downloadmupdf-0b73a8ddf620894112cd212b43f5d4cccec9d90e.tar.xz
Add TOFU_BASE14 option.
Diffstat (limited to 'include/mupdf/fitz/config.h')
-rw-r--r--include/mupdf/fitz/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/mupdf/fitz/config.h b/include/mupdf/fitz/config.h
index 47e5cd04..98262ac3 100644
--- a/include/mupdf/fitz/config.h
+++ b/include/mupdf/fitz/config.h
@@ -58,6 +58,10 @@
/* To skip the SIL fonts, enable: */
/* #define TOFU_SIL */
+/* To skip the Base14 fonts, enable: */
+/* #define TOFU_BASE14 */
+/* (You probably really don't want to do that except for measurement purposes!) */
+
#ifndef FZ_PLOTTERS_G
#define FZ_PLOTTERS_G 1
#endif /* FZ_PLOTTERS_G */