Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
TextField setPosition bug? — Gideros Forum

TextField setPosition bug?

sslivkasslivka Member
edited June 2013 in General questions
my src:
-- main.lua
local tf = TextField.new(TTFont.new("sourcesanspro-semibold.ttf", 24), "Hello, World!", true)
stage:addChild(tf)
tf:setTextColor(0x000000)
tf:setPosition(0, 0)
and get the result:
image

so where anchor point position for TextField objects?

Comments

Sign In or Register to comment.