summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2014-11-24 15:52:47 +0100
committerTor Andersson <tor.andersson@artifex.com>2014-12-03 12:25:52 +0100
commitbb238db8919162c8976980b8aa48f70664f2f29d (patch)
treeab0641ed78a39e0100830a300b83f0697f3ffebf /include
parentbd11f27be2e8f6e06ee664ebcc40b17f78a2e9d4 (diff)
downloadmupdf-bb238db8919162c8976980b8aa48f70664f2f29d.tar.xz
html: Pass font size to html_layout_document.
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/html.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mupdf/html.h b/include/mupdf/html.h
index edeb51d6..86d82fb6 100644
--- a/include/mupdf/html.h
+++ b/include/mupdf/html.h
@@ -20,7 +20,7 @@ struct html_document_s
html_document *html_open_document(fz_context *ctx, const char *filename);
html_document *html_open_document_with_stream(fz_context *ctx, fz_stream *file);
-void html_layout_document(html_document *doc, float w, float h);
+void html_layout_document(html_document *doc, float w, float h, float em);
void html_run_box(fz_context *ctx, struct box *box, float page_top, float page_bot, fz_device *dev, const fz_matrix *ctm);
enum