pub unsafe fn FT_HAS_GLYPH_NAMES(face: FT_Face) -> boolExpand 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.