|
mupdf
|

Go to the source code of this file.
Classes | |
| struct | fz_htdoc_format_t |
Typedefs | |
| typedef struct fz_html_s | fz_html |
| typedef struct fz_html_font_set_s | fz_html_font_set |
| typedef struct fz_html_hyph_set_s | fz_html_hyph_set |
Enumerations | |
| enum | fz_html_flavor { FZ_HTML_FLAVOR_DEFAULT = 0 , FZ_HTML_FLAVOR_MOBI = 1 , FZ_HTML_FLAVOR_MARKDOWN = 2 , FZ_HTML_FLAVOR_FICTIONBOOK2 = 3 } |
Functions | |
| fz_document * | fz_htdoc_open_document_with_buffer (fz_context *ctx, fz_archive *dir, fz_buffer *buf, const fz_htdoc_format_t *format) |
| 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) |
| typedef struct fz_html_s fz_html |
| typedef struct fz_html_font_set_s fz_html_font_set |
| typedef struct fz_html_hyph_set_s fz_html_hyph_set |
| enum fz_html_flavor |
| fz_document * fz_htdoc_open_document_with_buffer | ( | fz_context * | ctx, |
| fz_archive * | dir, | ||
| fz_buffer * | buf, | ||
| const fz_htdoc_format_t * | format ) |
| 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 ) |