summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2015-10-02 14:19:52 +0200
committerRobin Watts <robin.watts@artifex.com>2015-10-02 16:36:35 +0100
commit8114f2b816e15d0cf98811fd37e80d24d00962a0 (patch)
tree35f4330cd5090daf2c6ea05f75bd124744a16061 /include
parent903a9154f80ccf8d4badb7102d60a3c543896c5c (diff)
downloadmupdf-8114f2b816e15d0cf98811fd37e80d24d00962a0.tar.xz
Don't stretch CJK substitute fonts.
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/fitz/font.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mupdf/fitz/font.h b/include/mupdf/fitz/font.h
index 32d76110..e912eb75 100644
--- a/include/mupdf/fitz/font.h
+++ b/include/mupdf/fitz/font.h
@@ -31,6 +31,7 @@ struct fz_font_s
void *ft_face; /* has an FT_Face if used */
int ft_substitute; /* ... substitute metrics */
+ int ft_stretch; /* ... and stretch to match PDF metrics */
int ft_bold; /* ... synthesize bold */
int ft_italic; /* ... synthesize italic */
int ft_hint; /* ... force hinting for DynaLab fonts */