Hi everyone,
I am trying to include texts in my game, but I don't know how to find the size of each character in the font. The manual says the size is the hight in pixels including spaces between characters and the width in pixels with spaces
like this:
font standard_font = <panfont.pcx>,8,10;
(this is from the manual tutorial.) I have tried counting the pixels and it doesn't work. it says bad font size, or something. so is there any way I can find the real size without having to count individual pixels?