25#ifndef MUPDF_HTML_HTML_H
26#define MUPDF_HTML_HTML_H
struct fz_html_font_set_s fz_html_font_set
Definition html.h:36
struct fz_html_s fz_html
Definition html.h:35
fz_html_flavor
Definition html.h:40
@ FZ_HTML_FLAVOR_DEFAULT
Definition html.h:41
@ FZ_HTML_FLAVOR_MOBI
Definition html.h:42
@ FZ_HTML_FLAVOR_MARKDOWN
Definition html.h:43
@ FZ_HTML_FLAVOR_FICTIONBOOK2
Definition html.h:44
fz_document * fz_htdoc_open_document_with_stream_and_dir(fz_context *ctx, fz_stream *stm, fz_archive *dir, const fz_htdoc_format_t *format)
struct fz_html_hyph_set_s fz_html_hyph_set
Definition html.h:37
fz_document * fz_htdoc_open_document_with_buffer(fz_context *ctx, fz_archive *dir, fz_buffer *buf, const fz_htdoc_format_t *format)
Definition document.h:1080