How can I stamp some text on a bitmap at a specified location(x,y) ? I need also to format the text before stamping.
Printable View
How can I stamp some text on a bitmap at a specified location(x,y) ? I need also to format the text before stamping.
You can use graphics.drawstring to write text as an image. If you want an example let me know.
Yes use the graphics.drawstring code, its the best way to print text on a image :thumb: