I would like to get some text’s bounding box.
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.
I found the answer before I submited the question:
http://mudcu.be/journal/2011/01/html5-typographic-metrics/#bboxUnicode
http://www.w3schools.com/tags/canvas_measuretext.asp
I used line height for
text_height.This gives not exact bounding box, but it is fast and usable before text rendering.