Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Why text is blurred? — Gideros Forum

Why text is blurred?

bravcmbravcm Member
edited June 2013 in Bugs and issues
Hi to All,

I'm using MS Comics TTF for TextField and as you can see everything is blurred, even some chars is missing!
That happens only on iPhone 4S! Everything is OK on iPad Retina and Android devices. What's wrong???

Best regards,
Matjaž

Comments

  • I've got the same issue with small font for small device.
    Anyway, try with integer position when setPosition
    text:setPosition(math.floor(x), math.floor(y))

    Likes: fxone, bravcm

    +1 -1 (+2 / -0 )Share on Facebook
  • bravcmbravcm Member
    I'll try with integer position. Thanks Rickyngk!
  • ar2rsawseenar2rsawseen Maintainer
    Also you can apply filtering/antialising to fonts like:
    local font = TTFont.new("myfont.tt", 20, true)

    Likes: bravcm

    +1 -1 (+1 / -0 )Share on Facebook
  • bravcmbravcm Member
    Yes you're right @ar2rsawseen, I've missed last parameter ...
Sign In or Register to comment.