Module ui.widget.textwidget
A TextWidget puts a string on a single line.
Example:
UIManager:show(TextWidget:new{ text = "Make it so.", face = Font:getFace("cfont"), bold = true, fgcolor = Blitbuffer.COLOR_DARK_GRAY, })
ui.widget.textwidget
A TextWidget puts a string on a single line.
Example:
UIManager:show(TextWidget:new{ text = "Make it so.", face = Font:getFace("cfont"), bold = true, fgcolor = Blitbuffer.COLOR_DARK_GRAY, })