summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/font.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-02-24 18:34:04 +0100
committerTor Andersson <tor.andersson@artifex.com>2016-02-29 15:56:45 +0100
commitf666ee4d9e89cdefda712f229188860a90eb25e4 (patch)
treeb2d94b3cd583a3bcd677c146934891fd8d509dbb /include/mupdf/fitz/font.h
parent2b65dae7e2ae091c03ffe0811aa4e60457a4cd84 (diff)
downloadmupdf-f666ee4d9e89cdefda712f229188860a90eb25e4.tar.xz
Create simple font width table when creating the PDF object.
We don't need to store it in the fz_font.width_table.
Diffstat (limited to 'include/mupdf/fitz/font.h')
-rw-r--r--include/mupdf/fitz/font.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mupdf/fitz/font.h b/include/mupdf/fitz/font.h
index c16afd45..8b751d3d 100644
--- a/include/mupdf/fitz/font.h
+++ b/include/mupdf/fitz/font.h
@@ -65,8 +65,6 @@ struct fz_font_s
int width_count;
short width_default; /* in 1000 units */
short *width_table; /* in 1000 units */
- int first_width;
- int last_width;
/* cached glyph metrics */
float *advance_cache;