CTFontCollectionOptions Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CTFontCollectionOptions() |
Default constructor, creates an empty set of options. |
CTFontCollectionOptions(NSDictionary) |
Creates a strongly typed CTFontCollectionOptions from the contents of an NSDictionary that contains CTFontCollectionOptions keys. |
CTFontCollectionOptions()
Default constructor, creates an empty set of options.
public CTFontCollectionOptions ();
Applies to
CTFontCollectionOptions(NSDictionary)
Creates a strongly typed CTFontCollectionOptions from the contents of an NSDictionary that contains CTFontCollectionOptions keys.
public CTFontCollectionOptions (Foundation.NSDictionary dictionary);
new CoreText.CTFontCollectionOptions : Foundation.NSDictionary -> CoreText.CTFontCollectionOptions
Parameters
- dictionary
- NSDictionary
Dictionary with parameters.