Skip to main content

FT_HAS_KERNING

Function FT_HAS_KERNING 

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

Returns true whenever a face object contains kerning data that can be accessed with FT_Get_Kerning().

ยงSafety

face must be a valid FT_Face that can be dereferenced.