pub unsafe extern "C" fn fz_new_stext_page(
    ctx: *mut fz_context,
    mediabox: fz_rect
) -> *mut fz_stext_page
Expand description

Create an empty text page.

The text page is filled out by the text device to contain the blocks and lines of text on the page.

mediabox: optional mediabox information.