Android Question Add text to image

Multiverse app

Active Member
Licensed User
Longtime User
Hi,
I want a library that would allow users to add text over images like this-
add-text-to-image-4-500x400.jpg

http://innov8tiv.com/wp-content/uploads/2015/04/add-text-to-image-4-500x400.jpg

I know a library exists in B4A, but can't find it right now.
Can anyone point me in the right direction?
Thank you.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
It is very simple to add text to a bitmap with Canvas or B4XCavnas. You will need to add the relevant fonts to your app.

If you want to allow the user to move the text and resize it then it will require more work (and best done with two layers where the text is only added to the bitmap at the end).
 
Upvote 0
Top