I am going to develop j2me application. I want to know, how i can wrap text on canvas according to screen width size in J2ME.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to calculate the width of the string to be drawn yourself and start a new line
(split the string) each time you reach the max width of the canvas.