summaryrefslogtreecommitdiff
path: root/fitz/fitz.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2012-01-12 19:02:17 +0100
committerTor Andersson <tor.andersson@artifex.com>2012-01-12 19:02:17 +0100
commit2f15b4c15438df7f6b1940a0036cc793be9fd9c3 (patch)
treedff7c41561991be72790beb5fb9645d7b66d8d64 /fitz/fitz.h
parent5fdcd483e8d70452b1bff56f37b9a910ade2eccc (diff)
downloadmupdf-2f15b4c15438df7f6b1940a0036cc793be9fd9c3.tar.xz
Calculate individual glyph bboxes for Type 3 fonts too.
Diffstat (limited to 'fitz/fitz.h')
-rw-r--r--fitz/fitz.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fitz/fitz.h b/fitz/fitz.h
index d38945b8..6aebdf61 100644
--- a/fitz/fitz.h
+++ b/fitz/fitz.h
@@ -1047,6 +1047,7 @@ struct fz_font_s
fz_obj *t3resources;
fz_buffer **t3procs; /* has 256 entries if used */
float *t3widths; /* has 256 entries if used */
+ char *t3flags; /* has 256 entries if used */
void *t3xref; /* a pdf_xref for the callback */
void (*t3run)(void *xref, fz_obj *resources, fz_buffer *contents,
struct fz_device_s *dev, fz_matrix ctm);