removeCollection(_:)
Removes the specified font collection.
Declaration
func removeCollection(_ collectionName: String) -> BoolParameters
- collectionName:
The collection to remove.
Return Value
true if the font collection was successfully removed; otherwise, false.