TextHighlighterStyle() (gb.highlight)
Static Function TextHighlighterStyle ( Color As Integer [ , Bold As Boolean, Underline As Boolean, Dotted As Boolean ] ) As TextHighlighterStyle
Create a new highlighter style from some of its properties.
-
Color: The RGB color used for drawing some text using that style.
-
Bold: If the text drawn with that style must be bold.
-
Underline: If the text drawn with that style must have a dotted underline.
-
Dotted: If the text drawn with that style must be stroke out.