Contents

CTFontDescriptorCopyAttributes(_:)

Returns the attributes dictionary of the font descriptor.

Declaration

func CTFontDescriptorCopyAttributes(_ descriptor: CTFontDescriptor) -> CFDictionary

Parameters

  • descriptor:

    The font descriptor.

Return Value

The font descriptor attributes dictionary. This dictionary contains the minimum number of attributes to specify fully this particular font descriptor.

See Also

Getting Attributes