Function mupdf_sys::fz_font_t3_procs[][src]

pub unsafe extern "C" fn fz_font_t3_procs(
    ctx: *mut fz_context,
    font: *mut fz_font
) -> *mut *mut fz_buffer

Retrieve the Type3 procs for a font.

font: The font to query

Returns the t3_procs pointer. Will be NULL for a non type-3 font.