Quick Links: Gideros Home | Download Gideros | Developer Guide
Quality of bitmap file created by Gideros Font Creator - Gideros Forum
Quality of bitmap file created by Gideros Font Creator
  • phongttphongtt +1 -1 (+6 / -0 )
    I notice the bitmap created by Font Creator doesn't look as good as expected, especially with small size like 12 or smaller.
    And when I draw a text the spacing between characters sometimes isn't equal.

    Does anyone see the same issue?
    Fun games for the whole family http://www.guava7.com
  • Hi,

    If you're not using automatic screen scaling (or only using pixel perfect scaling), it's better to snap the rendered text at integer positions.

    Otherwise it's better to use texture filtering like Font.new("font.txt", "font.png", true) to improve the quality but with some blurring.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Login with Facebook Sign In with Google Sign In with OpenID

In this Discussion

Top Posters