pub unsafe extern "C" fn fz_copy_rectangle(
ctx: *mut fz_context,
page: *mut fz_stext_page,
area: fz_rect,
crlf: c_int,
) -> *mut c_charExpand description
Return a newly allocated UTF-8 string with the text for a given
selection rectangle.
crlf: If true, write ā\r\nā style line endings (otherwise ā\nā
only).