Skip to main content

FT_HAS_GLYPH_NAMES

Function FT_HAS_GLYPH_NAMES 

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

Returns true whenever a face object contains some glyph names that can be accessed through FT_Get_Glyph_Name().

ยงSafety

face must be a valid FT_Face that can be dereferenced.