UIFontDescriptorAttribute Enum

Definition

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

CascadeList 7

Key to specify a list of sub-descriptors.

CharacterSet 6

Key to specify that character sets must be matched.

Face 1

Key to specify that font face must be matched.

Family 0

Key to specify that font family must be matched.

FeatureSettings 10

Key to represent an array of dictionaries containing non-default font attributes.

FixedAdvance 9

Key to represent a value that overrides the glyph advancement specified by the font.

Matrix 5

Key to retrieve the font transformation matrix.

Name 2

Key to specify that the font name must be matched.

Size 3

Key to specify that the font size must be matched.

TextStyle 11

Key to specify that the text style must be matched.

Traits 8

Key to specify a dictionary fully describing the font's traits.

VisibleName 4

Key to specify the font's visible name.

Applies to