Function mupdf_sys::fz_font_name

source ·
pub unsafe extern "C" fn fz_font_name(
    ctx: *mut fz_context,
    font: *mut fz_font
) -> *const c_char
Expand description

Retrieve a pointer to the name of the font.

font: The font to query.

Returns a pointer to an internal copy of the font name. Will never be NULL, but may be the empty string.