diff options
author | Tor Andersson <tor@ghostscript.com> | 2004-10-14 07:39:49 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2004-10-14 07:39:49 +0200 |
commit | bbf53bb5172130d375ac4e6214c685d24120204b (patch) | |
tree | 354253a281a2cf91207da0038a4e1620e96c9b4c /include/mupdf.h | |
parent | 21c12718cabdd7acad2a2ceccc938e0df659b4f9 (diff) | |
download | mupdf-bbf53bb5172130d375ac4e6214c685d24120204b.tar.xz |
stretch substituted fonts to match metrics
Diffstat (limited to 'include/mupdf.h')
-rw-r--r-- | include/mupdf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mupdf.h b/include/mupdf.h index 3c766740..2c423408 100644 --- a/include/mupdf.h +++ b/include/mupdf.h @@ -158,6 +158,7 @@ struct pdf_font_s fz_font super; void *ftface; + int substitute; /* FontDescriptor */ int flags; |