summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-04-05 14:21:43 +0200
committerTor Andersson <tor.andersson@artifex.com>2018-04-11 13:44:50 +0200
commit4ed1b8523f813f4b94b33fd1c6109cdd24179056 (patch)
tree532daf434f29f820b7a048a428ad02a3c5a76f07 /include/mupdf/fitz
parenta6a17f72fb0c237558f7343f475910c2c7f94798 (diff)
downloadmupdf-4ed1b8523f813f4b94b33fd1c6109cdd24179056.tar.xz
Rework how we handle DynaLab tricky fonts in freetype.
Force the face_flags to include TRICKY if we detect a DynaLab font name instead of trying to force hinting ourselves.
Diffstat (limited to 'include/mupdf/fitz')
-rw-r--r--include/mupdf/fitz/font.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mupdf/fitz/font.h b/include/mupdf/fitz/font.h
index d9375315..654e8146 100644
--- a/include/mupdf/fitz/font.h
+++ b/include/mupdf/fitz/font.h
@@ -72,7 +72,6 @@ typedef struct
unsigned int fake_bold : 1; /* synthesize bold */
unsigned int fake_italic : 1; /* synthesize italic */
- unsigned int force_hinting : 1; /* force hinting for DynaLab fonts */
unsigned int has_opentype : 1; /* has opentype shaping tables */
unsigned int invalid_bbox : 1;
} fz_font_flags_t;