Function mupdf_sys::fz_drop_font[][src]

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

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

font: The font to drop a reference to.