CTFontCopyDisplayName(_:)
Returns the display name of the given font.
Declaration
func CTFontCopyDisplayName(_ font: CTFont) -> CFStringParameters
- font:
The font reference.
Discussion
A retained reference to the localized display name of the font.
Returns the display name of the given font.
func CTFontCopyDisplayName(_ font: CTFont) -> CFStringThe font reference.
A retained reference to the localized display name of the font.