Bitmap rotation with Matrix works. You can also try define a path and canvas.drawTextOnPath
On Mon, Dec 14, 2009 at 10:45 AM, Albert <[email protected]> wrote: > Hello there! Is there an easy way to rotate a text to some degree as > with bitmaps?? > > Matrix matrix = new Matrix(); > matrix.postRotate(15); > > Bitmap rotated = Bitmap.createBitmap(originalBitmap, 0, 0, > width, height, matrix, true); > > If there is not, can you give me a hint of what classes to use or how > to implement a method to achieve this? > > Thanks > > Alberto > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

