[android-developers] Android canvas.drawtext messes up Textposition

2011-06-27 Thread gizmol...@googlemail.com
Hi There, when I try to set some text on an image from drawables, the drawText function messes up the Text position when used on different screens with different sizes or densities.Is there a way to get access to the bitmap BEFORE scaling or is there a way to put the text in accordance to the

Re: [android-developers] Android canvas.drawtext messes up Textposition

2011-06-27 Thread Nikolay Elenkov
On Sat, Jun 25, 2011 at 5:06 PM, gizmol...@googlemail.com gizmol...@googlemail.com wrote: Hi There, when I try to set some text on an image from drawables, the drawText function messes up the Text position when used on different screens with different sizes or densities.Is there a way to get