aesi-eclipse / com.virtlink.aesi.eclipse.editors / TextStyle / <init>
<init>
TextStyle(color: RGB, bold:
Boolean
, italic:
Boolean
, underlined:
Boolean
, strickenthrough:
Boolean
)
Creates a new instance of the TextStyle class.
Parameters
color
- The color.
bold
- Whether the text is bold.
italic
- Whether the text is italic.
underlined
- Whether the text is underlined.
strickenthrough
- Whether the text is strickenthrough.TextStyle(color: RGB)
Creates a new instance of the TextStyle class.
Parameters
color
- The color.