CTFontGetSize(_:)
Returns the point size of the given font.
Declaration
func CTFontGetSize(_ font: CTFont) -> CGFloatParameters
- font:
The font reference.
Return Value
The point size of the given font reference. This is the point size provided when the font was created.