[][src]Function mupdf_sys::fz_highlight_selection

pub unsafe extern "C" fn fz_highlight_selection(
    ctx: *mut fz_context,
    page: *mut fz_stext_page,
    a: fz_point,
    b: fz_point,
    quads: *mut fz_quad,
    max_quads: c_int
) -> c_int

Return a list of quads to highlight lines inside the selection points.