aesi-eclipse / com.virtlink.aesi.eclipse.editors / TextStyle
TextStyle
class TextStyle
Describes the style of source code.
Constructors
<init> | TextStyle(color: RGB, bold: Boolean , italic: Boolean , underlined: Boolean , strickenthrough: Boolean ) TextStyle(color: RGB) Creates a new instance of the TextStyle class. |
Functions
createTextAttribute | fun createTextAttribute(colorManager: ColorManager): TextAttribute Creates a text attribute for this style. |
getColor | fun getColor(): RGB Gets the color of the text. |
isBold | fun isBold(): Boolean Gets whether the text is bold. |
isItalic | fun isItalic(): Boolean Gets whether the text is italic. |
isStrikenthrough | fun isStrikenthrough(): Boolean Gets whether the text is strickenthrough. |
isUnderlined | fun isUnderlined(): Boolean Gets whether the text is underlined. |