CTFontCollectionOptions Class

Definition

Options that can be used for creating CTFontCollection objects.

public class CTFontCollectionOptions
type CTFontCollectionOptions = class
Inheritance
CTFontCollectionOptions

Constructors

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.

Properties

Dictionary

The NSDictionary that represents the current values set.

RemoveDuplicates

If set, removes duplicate font descriptors.

Applies to