0

I'm developing android application to write ABC(letters)..on android bitmap images.and i want write letters on bitmap..any one can help me?

shakthivel
  • 199
  • 2
  • 3
  • 14

1 Answers1

0

This seems to be a duplicate of creating an empty bitmap and drawing though canvas in android . You need to do Cancas c = new Canvas(bitmap); and then draw onto the canvas using one of the the drawText methods.

Community
  • 1
  • 1
Daniel S.
  • 6,458
  • 4
  • 35
  • 78