summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-10-25 16:45:25 +0200
committerTor Andersson <tor.andersson@artifex.com>2016-10-28 16:18:39 +0200
commit9f7ce17525de749758a343c03200cc40cccab056 (patch)
treefe07d380e52a60e76d3631a50f278cd3f52d3bcf /include
parentcc3bbe49ce3fa0c99dafd4d762b8da0ecd281ff2 (diff)
downloadmupdf-9f7ce17525de749758a343c03200cc40cccab056.tar.xz
epub: Add links to XHTML and FB2 formats.
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/html.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mupdf/html.h b/include/mupdf/html.h
index dd58b814..b6a1cd89 100644
--- a/include/mupdf/html.h
+++ b/include/mupdf/html.h
@@ -277,6 +277,8 @@ void fz_add_css_font_faces(fz_context *ctx, fz_html_font_set *set, fz_archive *z
fz_html *fz_parse_html(fz_context *ctx, fz_html_font_set *htx, fz_archive *zip, const char *base_uri, fz_buffer *buf, const char *user_css);
void fz_layout_html(fz_context *ctx, fz_html *html, float w, float h, float em);
void fz_draw_html(fz_context *ctx, fz_device *dev, const fz_matrix *ctm, fz_html *html, float page_top, float page_bot);
+
+float fz_find_html_target(fz_context *ctx, fz_html *html, const char *id);
fz_link *fz_load_html_links(fz_context *ctx, fz_html *html, int page, int page_h, const char *base_uri);
void fz_drop_html(fz_context *ctx, fz_html *html);