CTFontGetUnitsPerEm(_:)
Returns the units-per-em metric of the given font.
Declaration
func CTFontGetUnitsPerEm(_ font: CTFont) -> UInt32Parameters
- font:
The font reference.
Return Value
The units per em of the font.
Returns the units-per-em metric of the given font.
func CTFontGetUnitsPerEm(_ font: CTFont) -> UInt32The font reference.
The units per em of the font.