I am going to draw multiline text. Text is limited by width, it wouldn’t fit there, so I’d like to how many lines would be there, i.e. I need height of rectangle. I have font variable in Java. How can I do that?
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.
Try this http://java-sl.com/tip_text_height_measuring.html
it works if you reflect the text in
JEditorPane/JTextPane.