Contents

CTFontCopyPostScriptName(_:)

Returns the PostScript name of the given font.

Declaration

func CTFontCopyPostScriptName(_ font: CTFont) -> CFString

Parameters

  • font:

    The font reference.

Return Value

A retained reference to the PostScript name of the font.

See Also

Getting Font Names