| Library | Module | Frames | Expand |
| number | Angle | |
| The angle of rotation of the whole text, in counterclockwise degrees. | ||
| string | FontName | |
| The font name. | ||
| number | Height | |
| The text height, in screen coordinates. | ||
| /* optional */ boolean | IsMirrored | |
| If this is true, the text is mirrored. Otherwise, the text is not mirrored. | ||
| /* optional */ boolean | IsUnderlined | |
| If this is true, the text is underlined. Otherwise, the text is not underlined. | ||
| number | SlantAngle | |
| The slant angle of the text, in clockwise degrees. | ||
| number | Thickness | |
| The text thickness. | ||
| number | WidthFactor | |
| The ratio of the width of each character (including the gap) as a proportion of the height. | ||
| static pfcTextStyle | Create () | |
| Creates a new text style object. | ||
| number | Angle |
|
The angle of rotation of the whole text, in counterclockwise degrees. |
| string | FontName |
|
The font name. |
| number | Height |
|
The text height, in screen coordinates. |
| /* optional */ boolean | IsMirrored |
|
If this is true, the text is mirrored. Otherwise, the text is not mirrored. |
| /* optional */ boolean | IsUnderlined |
|
If this is true, the text is underlined. Otherwise, the text is not underlined. |
| number | SlantAngle |
|
The slant angle of the text, in clockwise degrees. |
| number | Thickness |
|
The text thickness. |
| number | WidthFactor |
|
The ratio of the width of each character (including the gap) as a proportion of the height. |
| static pfcTextStyle | Create | () |
|
Creates a new text style object.
|