Skip to main content

FT_IS_SCALABLE

Function FT_IS_SCALABLE 

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

Returns true whenever a face object contains a scalable font face.

This is true for TrueType, Type 1, Type 42, CID, OpenType/CFF, and PFR font formats.

ยงSafety

face must be a valid FT_Face that can be dereferenced.