Since GM has a pretty poor text drawing function and I want drop shadow on some of my characters, I decided to use font_add_sprite.
I have two questions though.
The help file says:
If I want to have 0-9, A-Z and a-z, how would I use this then?first indicate the index of the first character in the sprite. For example, use ord('0') if your sprite only contains the digits.
There is no description on what order the letters should be in.
Also, I want to be able to change the separation (Tracking and Kerning, preferably both) between the characters, how is this possible?
Proportional doesn't really work since M and I doesn't have the same width and a sprite can only be one size.
Thanks in advance!
/seamonster











