Contents

addFontDescriptors(_:toCollection:)

Adds an array of font descriptors to the specified font collection.

Declaration

func addFontDescriptors(_ descriptors: [Any], toCollection collectionName: String)

Parameters

  • descriptors:

    The font descriptors to add.

  • collectionName:

    The font collection to which descriptors are added.

See Also

Methods