summaryrefslogtreecommitdiff
path: root/include/mupdf/pdf/font.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-02-24 18:46:40 +0100
committerTor Andersson <tor.andersson@artifex.com>2016-02-29 15:56:45 +0100
commit6252873329e14ab1b0460bf2a6cecc9eb3044aa1 (patch)
tree78105676ad6123a68686fec8d1666a68fac458de /include/mupdf/pdf/font.h
parentf666ee4d9e89cdefda712f229188860a90eb25e4 (diff)
downloadmupdf-6252873329e14ab1b0460bf2a6cecc9eb3044aa1.tar.xz
Simplify font descriptor creation.
Diffstat (limited to 'include/mupdf/pdf/font.h')
-rw-r--r--include/mupdf/pdf/font.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mupdf/pdf/font.h b/include/mupdf/pdf/font.h
index 73b25d2f..94db1727 100644
--- a/include/mupdf/pdf/font.h
+++ b/include/mupdf/pdf/font.h
@@ -63,7 +63,6 @@ struct pdf_font_desc_s
float cap_height;
float x_height;
float missing_width;
- float stem_v;
/* Encoding (CMap) */
pdf_cmap *encoding;