From 5179418ae7f4497ad6fec2e7d1ac2a8ad7492fd8 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 14 May 2015 00:19:44 +0200 Subject: epub: Apply @page selector margins. --- include/mupdf/html.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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); -- cgit v1.2.3