Skip to main content

FT_IS_TRICKY

Function FT_IS_TRICKY 

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

Returns true whenever a face represents a ‘tricky’ font.

§Safety

face must be a valid FT_Face that can be dereferenced.