On Jan 17, 2:29 am, skink <[email protected]> wrote: > On Jan 17, 10:25 am, Samsyn <[email protected]> wrote: > > > So, having spent the obligatory five hours trying to figure out how > > android wanted me to do it (other than just "don't do that!"), I ended > > up writing this bit of code to do what I actually WANTED. > > > It's not too bad except for the one section which needs to be made a > > lot more efficient. > > > In case it helps anyone else, I post it here. I would still like to > > hear about the 'right way' to do it. > > as i said earlier: use android.text.Layout e.g. StaticLayout and its > draw(Canvas) method > > pskink
Thanks, skink -- 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

