Is there any library in Android such that if it is provided with a text, it converts it into an image with a white background?
Asked
Active
Viewed 72 times
1
-
1does this help - http://stackoverflow.com/questions/9973048/convert-text-to-image-file-on-android ? – Anindita Pani Jan 19 '17 at 19:04
-
What's your use case? Why do you want this? – Charlie Jan 19 '17 at 19:46
-
@Charlie i want to create an application in which i have a bunch of texts. and when i press click on a particular text the application returns me the image with that text on it. – Asad Mahmood Jan 20 '17 at 10:26
-
@aninditaPani . it sure does . thanks. – Asad Mahmood Jan 20 '17 at 10:27
-
https://github.com/Korilakkuma/CanvasView – Anis LOUNIS aka AnixPasBesoin Jan 20 '17 at 12:28