It looks like you're new here. If you want to get involved, click one of these buttons!
local textArea = TextArea.new(font, text) textArea:setPosition(10, 10) textArea:setMaxWidth(300) textArea:setLineSpacing(4) textArea:setTextColor(0xffffff) self:addChild(textArea) |
Likes: MikeHart, gorkem, atilim, progresive
Comments
Does it work with BMFonts too?