Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
TTFont (or fonts in general) should scale to scale set by application:setLogicalDimensions() — Gideros Forum

TTFont (or fonts in general) should scale to scale set by application:setLogicalDimensions()

DaleDale Member
edited September 2012 in Bugs and issues
TTFont seems to ignore the current logical scale in effect. In my app, everything works to a logical dimension of 320,480, and at other physical resolutions, the shapes, sprites, and such all scale accordingly to the hysical resolution of the device. Good 'nuff. But the fonts are out of proportion (they appear smaller at the higher resolutions).

TTFont.new() should scale the font size by application:getLogicalScaleX() (or something to that effect). (Although changing this could break things for those who have custom sized fonts at each resolution to work around this supposed bug?)

Thoughts?

-d

Comments

Sign In or Register to comment.