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