Function mupdf_sys::fz_font_ft_face

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

Retrieve the FT_Face handle for the font.

font: The font to query

Returns the FT_Face handle for the font, or NULL if not a freetype handled font. (Cast to void * to avoid nasty header exposure).