Skip to main content

FT_IS_CID_KEYED

Function FT_IS_CID_KEYED 

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

Returns true whenever a face object contains a CID-keyed font.

ยงSafety

face must be a valid FT_Face that can be dereferenced.