summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2015-05-14 00:19:44 +0200
committerTor Andersson <tor.andersson@artifex.com>2015-05-15 16:12:23 +0200
commit5179418ae7f4497ad6fec2e7d1ac2a8ad7492fd8 (patch)
treea974080219ab4ecf51594d88a29d8d0b45ce46a4 /include
parenteaaca0513d26fa9e7cc515dbba950536c0005c06 (diff)
downloadmupdf-5179418ae7f4497ad6fec2e7d1ac2a8ad7492fd8.tar.xz
epub: Apply @page selector margins.
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/html.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mupdf/html.h b/include/mupdf/html.h
index 557809df..6a5cdc90 100644
--- a/include/mupdf/html.h
+++ b/include/mupdf/html.h
@@ -185,6 +185,7 @@ fz_css_property *fz_parse_css_properties(fz_context *ctx, const char *source);
void fz_drop_css(fz_context *ctx, fz_css_rule *rule);
void fz_match_css(fz_context *ctx, fz_css_match *match, fz_css_rule *rule, fz_xml *node);
+void fz_match_css_at_page(fz_context *ctx, fz_css_match *match, fz_css_rule *css);
int fz_get_css_match_display(fz_css_match *node);
void fz_default_css_style(fz_context *ctx, fz_css_style *style);