Skip to main content

FT_HAS_MULTIPLE_MASTERS

Function FT_HAS_MULTIPLE_MASTERS 

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

Returns true whenever a face object contains some multiple masters.

ยงSafety

face must be a valid FT_Face that can be dereferenced.