Contents

CTFontCopyFamilyName(_:)

Returns the family name of the given font.

Declaration

func CTFontCopyFamilyName(_ font: CTFont) -> CFString

Parameters

  • font:

    The font reference.

Return Value

A retained reference to the family name of the font.

See Also

Getting Font Names