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