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,
})



generated by LDoc 1.5.0 Last updated 2024-03-18 16:45:36