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]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to