summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2009-02-27 15:54:08 +0100
committerTor Andersson <tor@ghostscript.com>2009-02-27 15:54:08 +0100
commit6f68928302a10fbb9edb365fe3f1a47af4afcc16 (patch)
tree65f347db7063df8ca3a83394a47e6217d840cc09 /include
parentf7500b8862ef9bc0874d09158de14e26441b97ea (diff)
downloadmupdf-6f68928302a10fbb9edb365fe3f1a47af4afcc16.tar.xz
Enable hinting hack for dynalab fonts.
Diffstat (limited to 'include')
-rw-r--r--include/fitz/wld_font.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fitz/wld_font.h b/include/fitz/wld_font.h
index 8bcffb60..705a706a 100644
--- a/include/fitz/wld_font.h
+++ b/include/fitz/wld_font.h
@@ -11,6 +11,7 @@ struct fz_font_s
void *ftface; /* has an FT_Face if used */
int ftsubstitute; /* ... substitute metrics */
+ int fthint; /* ... force hinting for DynaLab fonts */
struct fz_tree_s **t3procs; /* has 256 entries if used */
fz_matrix t3matrix;