[android-developers] Re: Vertical text on canvas

2011-04-15 Thread Numeron
subpixel and antialiasing are both off for drawing the text, and the image is even drawn with a paint with both these off though it still appears antialiased anyway. Same result as drawing the image with a null paint. I think that the canvas rotate uses its interpretation algorithm even for ort

[android-developers] Re: Vertical text on canvas

2011-04-15 Thread String
Have you tried Paint.setSubpixelText(false)? Or possibly Paint.setAntiAlias(false), if you're going the intermediate-canvas route. String -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develop