[][src]Function mupdf_sys::fz_new_display_list

pub unsafe extern "C" fn fz_new_display_list(
    ctx: *mut fz_context,
    mediabox: fz_rect
) -> *mut fz_display_list

Create an empty display list.

A display list contains drawing commands (text, images, etc.). Use fz_new_list_device for populating the list.

mediabox: Bounds of the page (in points) represented by the display list.