[][src]Function mupdf_sys::fz_search_stext_page

pub unsafe extern "C" fn fz_search_stext_page(
    ctx: *mut fz_context,
    text: *mut fz_stext_page,
    needle: *const c_char,
    quads: *mut fz_quad,
    max_quads: c_int
) -> c_int

Search for occurrence of 'needle' in text page.

Return the number of hits and store hit quads in the passed in array.

NOTE: This is an experimental interface and subject to change without notice.