struct
CryTUI::Widgets::StyledText
- CryTUI::Widgets::StyledText
- Struct
- Value
- Object
Defined in:
crytui/widgets.crConstructors
Instance Method Summary
- #block : Block | Nil
- #lines : Array(Line)
- #render(area : Rect, buffer : Buffer)
- #scroll : Int32
- #style : Style
Constructor Detail
def self.new(lines : Array(CryTUI::Line), style : CryTUI::Style = Style.new, block : CryTUI::Widgets::Block | Nil = nil, scroll : Int32 = 0)
#