On Jan 17, 4:26 am, Samsyn <[email protected]> wrote: > For my current project, I really just want something similar to the > Windows 'DrawText' function where it will draw a bit of a text inside > an arbitrary rectangle of the surface, and do word wrap within that > rectangles boundaries. That's what I really WANT, but I can't find > any form of drawText that will wrap. > > > - Dan
use one of android.text.Layout subclass pskink
-- 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

