Function mupdf_sys::fz_keep_font[][src]

pub unsafe extern "C" fn fz_keep_font(
    ctx: *mut fz_context,
    font: *mut fz_font
) -> *mut fz_font
Expand description

Add a reference to an existing fz_font.

font: The font to add a reference to.

Returns the same font.