CTFontCollectionCreateFromAvailableFonts(_:)
Returns a new font collection containing all available fonts.
Declaration
func CTFontCollectionCreateFromAvailableFonts(_ options: CFDictionary?) -> CTFontCollectionParameters
- options:
The options dictionary. For possible values, see Constants.
Return Value
A new collection containing all fonts available to the current application.