Function mupdf_sys::fz_keep_glyph

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

Take a reference to a glyph.

pix: The glyph to increment the reference for.

Returns pix.