[This is preliminary documentation and subject to change.]
The TextStyle table lists the different text styles used in the text controls.
The TextStyle table has the following columns.
Column | Type | Key | Nullable |
---|---|---|---|
TextStyle | Identifier | Y | N |
FaceName | Text | N | |
Size | Integer | N | |
Color | DoubleInteger | Y | |
StyleBits | Integer | Y |
The string must be no more than 31 characters long.
Non-negative numbers only.
The color value is specified in RGB format.
Red, green, and blue each have a range of 0-255. Blank signifies the default color.
A combination of the following style bits.
Bit | Style |
---|---|
0 | Bold |
1 | Italic |
2 | Underline |
3 | Strike out |