How to get width of text?
BlitzMax Forums/BlitzMax Programming/How to get width of text?| 
 | ||
| Hello. Here again with other rare question :-D How i can get the size of text in pixels using TImageFont. For example I load an imageFont of 12 in font size, and i have the text "testing my game", so i want to get the representative size in pixel of my text using the loaded ImageFont? Another question related, How i can get the size in pixel of some character? Really thanks. Urra for Blitzmax. | 
| 
 | ||
| Tried TextWidth? O_o | 
| 
 | ||
| Thanks Nilum, that's solve my problem. |