CTFontCopyFullName(_:)
Returns the full name of the given font.
Declaration
func CTFontCopyFullName(_ font: CTFont) -> CFStringParameters
- font:
The font reference.
Return Value
A retained reference to the full name of the font.
Returns the full name of the given font.
func CTFontCopyFullName(_ font: CTFont) -> CFStringThe font reference.
A retained reference to the full name of the font.