const class fwt::RichTextStyle
sys::Obj fwt::RichTextStyle
Defines the font and color styling of a text segment in a RichTextModel.
- bg
-
const Color? bgBackground color or null
- fg
-
const Color? fgForeground color
- font
-
const Font? fontFont of text segment
- make
-
new make(|This|? f := null)Default constructor.
- toStr
-
virtual override Str toStr() - underline
-
const RichTextUnderline underline := RichTextUnderline.noneUnderline style or none for no underline.
- underlineColor
-
const Color? underlineColorUnderline color, if null then use fg color.