I'm using .fillText with fixed width font. I can set the height of the font by setting .font. but how can I determine the resulting width of a character?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
Try measureText("a") where a is the character you wish to measure. For fixed width font, it should all be the same. |
|||
|
|