Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Textfields/TTFont bug? — Gideros Forum

Textfields/TTFont bug?

rrraptorrrraptor Member
edited October 2019 in Bugs and issues
Was playing around with symbols and textfields and found a bug (probably?):



I guess its not textfield related problem, but ttfont (or CompositeFont) or font itself...hmmm...

Fonts:
Code2000.ttf
HelveticaNeueLight.ttf
local sym= "⌫✕↔<☰↺⚙>▲ ▼ ▲ ▼+⏎◁ ▷ △ ▽"
 
local font = TTFont.new("CODE2000.TTF",30, sym)
local font2 = TTFont.new("HelveticaNeueLight.ttf",30,"")
local font3 = CompositeFont.new{{font=font},{font=font2}}
 
local tf = TextField.new(font3,sym)
tf:setPosition(10,100)
stage:addChild(tf)
sss.jpg
675 x 399 - 116K
ss.jpg
669 x 422 - 116K
sss.jpg 115.8K
ss.jpg 115.7K

Comments

Sign In or Register to comment.