Skip to main content

FT_HAS_HORIZONTAL

Function FT_HAS_HORIZONTAL 

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

Returns true whenever a face object contains horizontal metrics.

This is true for all font formats.

§Safety

face must be a valid FT_Face that can be dereferenced.

§See also