Android Question Text To Bitmap with rotate option

ST500

Active Member
Licensed User
Longtime User
Good evening,

there is in forum an example for Text To Bitmap Sub. But this uses the rotation or not.
My question. I would like to insert a option for rotation. I mean, I would like to decide when I use the rotation.
Is it possible or have I to use an own Text To Bitmap Sub?
 

Semen Matusovskiy

Well-Known Member
Licensed User
I see two independent questions
1) how to rotate the text
2) how to make a bitmap from the screen part.

About 1).
The most simple way is to use transparent Label and to rotate using setRotation function (API 11). 2 statements using Javaobject library.

About 2).
There is a lot of samples on forum.
 
Upvote 0
Top