Type Definition mupdf_sys::fz_page_bound_page_fn[][src]

pub type fz_page_bound_page_fn = Option<unsafe extern "C" fn(ctx: *mut fz_context, page: *mut fz_page) -> fz_rect>;
Expand description

Type for a function to return the bounding box of a page. See fz_bound_page for more information.