Function mupdf_sys::fz_drop_font

source ·
pub unsafe extern "C" fn fz_drop_font(
    ctx: *mut fz_context,
    font: *mut fz_font
)
Expand description

Drop a reference to a fz_font, destroying the font when the last reference is dropped.

font: The font to drop a reference to.