add Text Watermark
Return the bitmap with text watermarking.
Return
the bitmap with text watermarking
Parameters
src
The source of bitmap.
content
The content of text.
textSize
The size of text.
color
The color of text.
x
The x coordinate of the first pixel.
y
The y coordinate of the first pixel.
Return the bitmap with text watermarking.
Return
the bitmap with text watermarking
Parameters
src
The source of bitmap.
content
The content of text.
textSize
The size of text.
color
The color of text.
x
The x coordinate of the first pixel.
y
The y coordinate of the first pixel.
recycle
True to recycle the source of bitmap, false otherwise.