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): TextAttributeCreates a text attribute for this style. |
| getColor | fun getColor(): RGBGets the color of the text. |
| isBold | fun isBold(): BooleanGets whether the text is bold. |
| isItalic | fun isItalic(): BooleanGets whether the text is italic. |
| isStrikenthrough | fun isStrikenthrough(): BooleanGets whether the text is strickenthrough. |
| isUnderlined | fun isUnderlined(): BooleanGets whether the text is underlined. |