For some strange reason, the TTF font is rendering broken, where as it works fine in the simulator (Desktop Player) but in the xCode simulator, it is rendering funny.
@atilim, I added a math.floor function on every positioning routine, it is still not improved. i even tried another font, if you want, I can send you the code snip that I am using in case.
Comments
You have 2 options:
1. Use math.floor
2. Add a very small amount (e.g. 0.01) to your x coordinate.
I added a math.floor function on every positioning routine, it is still not improved. i even tried another font, if you want, I can send you the code snip that I am using in case.
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps
That would be great.