Contents

CTFontGetSize(_:)

Returns the point size of the given font.

Declaration

func CTFontGetSize(_ font: CTFont) -> CGFloat

Parameters

  • 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.

See Also

Getting Font Data