I have been trying to find a sprite font that looks more natural like actual text.
any suggestions?
The default is horrible, I tried mono spacing app made by a user in the forum, it is okay except it looks l i k e t h i s.
Cheers.
use blackhornet tool
You could try reading the tutorial for "giveyourfontsmono". Also when you export from the program there is a guide that is saved with the file that informs you how to format the spacing and optionally gives you the C2 Array to use a loop through to set them.
ghost It doesn't make a "good post" because the new users have no idea what means it. Don't worry, this forum software is bad.
Anyway, there is a link:
http://www.scirra.com/forum/sprite-font-generator_topic72160.html
There a .capx demostrates use of kerning for sprite fonts. You need to use this tool to export and you get a .XML file to copy the JSON data.
http://www.blackhornettechnologies.com/Construct2Stuff/GYFM/GYFM_ImportSample_v2.capx
It's sounds like you just left the width sizing events out, they have to be done in the events. see the Kerning link Joannesalfa posted.
If you have other questions, my Sprite Font tutorial covers almost everything, and has a FAQ section.
https://www.scirra.com/tutorials/629/sprite-fonts-the-how-what-when-where
how the heck did I miss that...
thanks guys. d'oh.
Develop games in your browser. Powerful, performant & highly capable.
Joannesalfa
Anyway, there is a link: thx J
thx J