diff options
author | Tor Andersson <tor@ghostscript.com> | 2009-02-27 15:54:08 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2009-02-27 15:54:08 +0100 |
commit | 6f68928302a10fbb9edb365fe3f1a47af4afcc16 (patch) | |
tree | 65f347db7063df8ca3a83394a47e6217d840cc09 /include | |
parent | f7500b8862ef9bc0874d09158de14e26441b97ea (diff) | |
download | mupdf-6f68928302a10fbb9edb365fe3f1a47af4afcc16.tar.xz |
Enable hinting hack for dynalab fonts.
Diffstat (limited to 'include')
-rw-r--r-- | include/fitz/wld_font.h | 1 |
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; |