[][src]Function mupdf_sys::fz_keep_glyph

pub unsafe extern "C" fn fz_keep_glyph(
    ctx: *mut fz_context,
    pix: *mut fz_glyph
) -> *mut fz_glyph

Take a reference to a glyph.

pix: The glyph to increment the reference for.

Returns pix.