Contents

CTFontCopyDisplayName(_:)

Returns the display name of the given font.

Declaration

func CTFontCopyDisplayName(_ font: CTFont) -> CFString

Parameters

  • font:

    The font reference.

Discussion

A retained reference to the localized display name of the font.

See Also

Getting Font Names