UIFontDescriptorAttribute 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 passed to GetMatchingFontDescriptors(UIFontDescriptorAttribute[]) to specify which keys must be matched.
public enum UIFontDescriptorAttribute
type UIFontDescriptorAttribute =
- Inheritance
-
UIFontDescriptorAttribute
Fields
Name | Value | Description |
---|---|---|
Family | 0 | Key to specify that font family must be matched. |
Face | 1 | Key to specify that font face must be matched. |
Name | 2 | Key to specify that the font name must be matched. |
Size | 3 | Key to specify that the font size must be matched. |
VisibleName | 4 | Key to specify the font's visible name. |
Matrix | 5 | Key to retrieve the font transformation matrix. |
CharacterSet | 6 | Key to specify that character sets must be matched. |
CascadeList | 7 | Key to specify a list of sub-descriptors. |
Traits | 8 | Key to specify a dictionary fully describing the font's traits. |
FixedAdvance | 9 | Key to represent a value that overrides the glyph advancement specified by the font. |
FeatureSettings | 10 | Key to represent an array of dictionaries containing non-default font attributes. |
TextStyle | 11 | Key to specify that the text style must be matched. |