Module mupdf::text_page

source ·
Expand description

Text page

Structs

A text block is a list of lines of text (typically a paragraph), or an image.
A text char is a unicode character, the style in which is appears, and the point at which it is positioned.
A text line is a list of characters that share a common baseline.
A text page is a list of blocks, together with an overall bounding box
Options for creating a pixmap and draw device.

Enums