UIFontTextStyle 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.
Enumerates font styles for parts of a document.
public enum UIFontTextStyle
type UIFontTextStyle =
- Inheritance
-
UIFontTextStyle
Fields
Name | Value | Description |
---|---|---|
Headline | 0 | Indicated headline text. |
Body | 1 | Indicates body text. |
Subheadline | 2 | Indicates a subheading. |
Footnote | 3 | Indicates footnote text. |
Caption1 | 4 | Indicates primary captions. |
Caption2 | 5 | Indicates alternate captions. |
Title1 | 6 | Indicates a first level heading. |
Title2 | 7 | Indicates a second level heading. |
Title3 | 8 | Indicates a third level heading. |
Callout | 9 | Indicates callout text. |
LargeTitle | 10 | Indicates a large title. |