I am playing around with Java for Android and I've noticed that fonts is in really low quality. Is there anyway to improve that?
(Tried to attach a image, http://i.imgur.com/MipnaH1.png here's the link if it didn't work)
The text on the left is an image and the text to the right is drawn from the canvas. They both use the same font: Leelawadee Bold (http://fontzone.net/font-details/Leelawadee+Bold/)
I am drawing the fonts with the "canvas.drawText()" method.
setAntiAlias(true)? – CommonsWare Jan 27 at 22:50