Function FT_HAS_VERTICAL
Source pub unsafe fn FT_HAS_VERTICAL(face: FT_Face) -> bool
Expand description
Returns true whenever a face object contains real vertical metrics
(and not only synthesized ones).
§Safety
face must be a valid FT_Face that can be dereferenced.
§See also