pub unsafe extern "C" fn fz_search_stext_page(
    ctx: *mut fz_context,
    text: *mut fz_stext_page,
    needle: *const c_char,
    hit_mark: *mut c_int,
    hit_bbox: *mut fz_quad,
    hit_max: c_int
) -> c_int
Expand description

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.