Defines the font and color styling of a text segment in a RichTextModel.
Slots
- bgSource
-
const Color? bgBackground color or null
- fgSource
-
const Color? fgForeground color
- fontSource
-
const Font? fontFont of text segment
- toStrSource
-
override Str toStr()Overrides sys::Obj.toStr
Doc inherited from sys::Obj.toStr
Return a string representation of this object.
- underlineSource
-
const RichTextUnderline underline := RichTextUnderline.noneUnderline style or none for no underline.
- underlineColorSource
-
const Color? underlineColorUnderline color, if null then use fg color.