Contents

CTFontCopyFontDescriptor(_:)

Returns the normalized font descriptor for the given font reference.

Declaration

func CTFontCopyFontDescriptor(_ font: CTFont) -> CTFontDescriptor

Parameters

  • font:

    The font reference.

Return Value

A normalized font descriptor for a font containing enough information to recreate this font at a later time.

See Also

Getting Font Data