Contents

hide(withName:visibility:)

Remove from view the named font collection with the specified visibility.

Declaration

class func hide(withName name: NSFontCollection.Name, visibility: NSFontCollection.Visibility) throws

Parameters

  • name:

    The name of the collection.

  • visibility:

    The visibility of the collection.

Discussion

For a persistent font collection, this method deletes the named font collection from disk.

See Also

Naming the Font Collection