Skip to main content

FT_HAS_FIXED_SIZES

Function FT_HAS_FIXED_SIZES 

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

Returns true whenever a face object contains some embedded bitmaps.

ยงSafety

face must be a valid FT_Face that can be dereferenced.