Function mupdf_sys::fz_append_pdf_string[][src]

pub unsafe extern "C" fn fz_append_pdf_string(
    ctx: *mut fz_context,
    buffer: *mut fz_buffer,
    text: *const c_char
)

fz_append_pdf_string: Append a string with PDF syntax quotes and escapes.

The buffer will automatically grow as required.