Skip to main content

FT_IS_FIXED_WIDTH

Function FT_IS_FIXED_WIDTH 

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

Returns true whenever a face object contains a font face that contains fixed-width (or ‘monospace’, ‘fixed-pitch’, etc.) glyphs.

§Safety

face must be a valid FT_Face that can be dereferenced.