CTFontDescriptorMatchingState Enum
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.
An enumeration whose values can be used as parameters for the MatchFontDescriptors(CTFontDescriptor[], NSSet, Func<CTFontDescriptorMatchingState,IntPtr,Boolean>) method.
public enum CTFontDescriptorMatchingState
type CTFontDescriptorMatchingState =
- Inheritance
-
CTFontDescriptorMatchingState
Fields
Name | Value | Description |
---|---|---|
Started | 0 | |
Finished | 1 | |
WillBeginQuerying | 2 | |
Stalled | 3 | |
WillBeginDownloading | 4 | |
Downloading | 5 | |
DownloadingFinished | 6 | |
Matched | 7 | |
FailedWithError | 8 |