FontWIdth

BlitzPlus Forums/BlitzPlus Programming/FontWIdth

Jay(Posted 2005) [#1]
In my version of Blitzplus (full not demo) the fonheight function works, but the fontwidth function does not exist, although it is in the command reference. Is there another function that does what fontwidth is supposed to do?

Thanks!


Kevin_(Posted 2005) [#2]
Use Stringwidth() and StringHeight() to get the dimensions in pixels of a string.