Share via


CTFontCollectionOptions Constructors

Definition

Overloads

Name Description
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.

Applies to