pub unsafe fn FT_IS_FIXED_WIDTH(face: FT_Face) -> boolExpand 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.