FontAndColor

From Q
Jump to navigation Jump to search

FontAndColor

This represents a font value (including typeface, size and other attributes) and a color value

color

The text color
Accepts STRING values in the format: #RRGGBB, #RRGGBBAA

family

The name of the font
Accepts STRING values

size

The font size in points
Accepts REAL values

bold

Whether or not the font should be bold
Accepts LOGICAL values: TRUE, FALSE

italic

Whether or not the font should be italic
Accepts LOGICAL values: TRUE, FALSE

underline

Whether or not the font should be underline
Accepts LOGICAL values: TRUE, FALSE

strikethrough

Whether or not the font should be strikethrough
Accepts LOGICAL values: TRUE, FALSE