Skip to main content

FT_IS_SFNT

Function FT_IS_SFNT 

Source
pub unsafe fn FT_IS_SFNT(face: FT_Face) -> bool
Expand description

Returns true whenever a face object contains a font whose format is based on the SFNT storage scheme.

This usually means: TrueType fonts, OpenType fonts, as well as SFNT-based embedded bitmap fonts.

ยงSafety

face must be a valid FT_Face that can be dereferenced.