avewells Posted February 3, 2015 Share Posted February 3, 2015 I'm having an issue with font clarity using a .ttf font that I downloaded from Google Fonts. I attached a picture showing the issue. Basically any time I use the font (and any other font too) it looks fuzzy. I have the font saved in my project file and am accessing it from there, not from the Google Fonts site. I was under the impression that .ttf fonts, as opposed to bitmap, would scale properly so that clarity wouldn't be an issue. Any ideas? Link to comment Share on other sites More sharing options...
Henryk Posted March 2, 2015 Share Posted March 2, 2015 I have the same issue. Although at the moment even the graphics look fuzzy. I don't know why though...I think fonts in genereal in canvas are abrit problematic... Link to comment Share on other sites More sharing options...
gingerbeardman Posted March 2, 2015 Share Posted March 2, 2015 What is your resolution setup? And what device is this on? Link to comment Share on other sites More sharing options...
Henryk Posted March 3, 2015 Share Posted March 3, 2015 I set up the game size 1200x800. Basically on all handheld devices... Also my images looked fuzzy and quite pixelated, even so they where scaled down. It seemed to happen because I was scaling my groups to have my game sort of response to different screens.When using scaling with 'this.scale.setUserScale(factor, factor)' things don't look so worse anymore. Link to comment Share on other sites More sharing options...
Recommended Posts