logo

const class

fwt::RichTextStyle

sys::Obj
  fwt::RichTextStyle

Defines the font and color styling of a text segment in a RichTextModel.

Slots

bg

const Color bg

Background color or null

Source

fg

const Color fg

Foreground color

Source

font

const Font font

Font of text segment

Source

toStr

override Str toStr()

Return a string representation of this object.

Source