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
Body | 1 | Indicates body text. |
Callout | 9 | Indicates callout text. |
Caption1 | 4 | Indicates primary captions. |
Caption2 | 5 | Indicates alternate captions. |
Footnote | 3 | Indicates footnote text. |
Headline | 0 | Indicated headline text. |
LargeTitle | 10 | Indicates a large title. |
Subheadline | 2 | Indicates a subheading. |
Title1 | 6 | Indicates a first level heading. |
Title2 | 7 | Indicates a second level heading. |
Title3 | 8 | Indicates a third level heading. |