CTFontCollectionOptions Class
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.
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. |