Module mupdf::text_page[][src]

Text page

Structs

TextBlock

A text block is a list of lines of text (typically a paragraph), or an image.

TextBlockIter
TextChar

A text char is a unicode character, the style in which is appears, and the point at which it is positioned.

TextCharIter
TextLine

A text line is a list of characters that share a common baseline.

TextLineIter
TextPage

A text page is a list of blocks, together with an overall bounding box

TextPageOptions

Options for creating a pixmap and draw device.

Enums

TextBlockType