-
Notifications
You must be signed in to change notification settings - Fork 0
StringStyle
Travis Gibson edited this page Sep 13, 2018
·
1 revision
Str: The name of the font family.
Num: The point size of the font.
uint32: The weight of the font. Ranges from 0 to 1000
uint32: The type of italics applied to the font.
- 0: Normal (not italicized)
- 1: Oblique
- 2: Italic
uint32: The font width
- 0: UltraCondensed
- 1: ExtraCondensed
- 2: Condensed
- 3: SemiCondensed
- 4: Normal
- 5: SemiExpanded
- 6: Expanded
- 7: ExtraExpanded
- 8: UltraExpanded