mupdf
Loading...
Searching...
No Matches
html.h File Reference
Include dependency graph for html.h:

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_documentfz_htdoc_open_document_with_buffer (fz_context *ctx, fz_archive *dir, fz_buffer *buf, const fz_htdoc_format_t *format)
fz_documentfz_htdoc_open_document_with_stream_and_dir (fz_context *ctx, fz_stream *stm, fz_archive *dir, const fz_htdoc_format_t *format)

Typedef Documentation

◆ fz_html

typedef struct fz_html_s fz_html

◆ fz_html_font_set

typedef struct fz_html_font_set_s fz_html_font_set

◆ fz_html_hyph_set

typedef struct fz_html_hyph_set_s fz_html_hyph_set

Enumeration Type Documentation

◆ fz_html_flavor

Enumerator
FZ_HTML_FLAVOR_DEFAULT 
FZ_HTML_FLAVOR_MOBI 
FZ_HTML_FLAVOR_MARKDOWN 
FZ_HTML_FLAVOR_FICTIONBOOK2 

Function Documentation

◆ fz_htdoc_open_document_with_buffer()

fz_document * fz_htdoc_open_document_with_buffer ( fz_context * ctx,
fz_archive * dir,
fz_buffer * buf,
const fz_htdoc_format_t * format )

◆ fz_htdoc_open_document_with_stream_and_dir()

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 )