Function mupdf_sys::fz_font_flags

source ·
pub unsafe extern "C" fn fz_font_flags(
    font: *mut fz_font
) -> *mut fz_font_flags_t
Expand description

Retrieve a pointer to the font flags for a given font. These can then be updated as required.

font: The font to query

Returns a pointer to the flags structure (or NULL, if the font is NULL).