diff options
author | Robin Watts <robin.watts@artifex.com> | 2016-05-30 12:01:28 +0100 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2016-05-30 16:08:48 +0100 |
commit | 0b73a8ddf620894112cd212b43f5d4cccec9d90e (patch) | |
tree | f2c88eaaec26a9918dae07c4890f33fdfd96c812 /include | |
parent | 846a8a68df55016e5cc2e77d02f4b586b004df01 (diff) | |
download | mupdf-0b73a8ddf620894112cd212b43f5d4cccec9d90e.tar.xz |
Add TOFU_BASE14 option.
Diffstat (limited to 'include')
-rw-r--r-- | include/mupdf/fitz/config.h | 4 |
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 */ |