Thanks a lot!

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Balwinder Kaur
(T-Mobile)
Sent: Monday, June 15, 2009 10:56 AM
To: Android Developers
Subject: [android-developers] Re: How to draw text on a bitmap


Here is one way to do this.

Canvas c = new Canvas (yourbitmap);
c.drawText(String text,...); // There are more than one to choose
from.

http://developer.android.com/reference/android/graphics/Canvas.html

Hope this helps,
Balwinder Kaur
Open Source Development Center
・T・ ・ ・Mobile・ stick together

The views, opinions and statements in this email are those of the
author solely in their individual capacity, and do not necessarily
represent those of T-Mobile USA, Inc.

On Jun 14, 6:40 pm, 楊健 <[email protected]> wrote:
> Hi,everybody!
> Can i draw text on a bitmap?
> I cannot find any API support this.




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to