Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm having issues dividing my String object over 2 Rect shapes.

Firstly i have no idea how to set canvas.drawtext to a specified region. Like you would do if you use textview.

Secondly I can only calculate / break my string at the width of the Rect shape. meaning I can only draw 1 line instead of filling out the box... I could take the box height and divide it by the textsize to calc the number of lines that fit, but then i would have to draw line by line ?

surely there must be examples for this , but i cannot seem to find them.

somewhat the situation :

View :

[xxxxx]----------

[xxxxx]----------

----------[xxxxx]

----------[xxxxx]

i want a very long string to be divided and placed at the [xxx] boxes

ta.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.