Contents

CTFontCopyFullName(_:)

Returns the full name of the given font.

Declaration

func CTFontCopyFullName(_ font: CTFont) -> CFString

Parameters

  • font:

    The font reference.

Return Value

A retained reference to the full name of the font.

See Also

Getting Font Names