This topic is started for the developer who need font image for their game. Here you will found lots of font in image format. Type ASCii in range 33 ~ 126.
How to use it in Game Maker:
1. Add a sprite. Click Edit Sprite > File > Create from strip.
2. Now choose the image file.
3. Give all information like below:
number of images = 100
images per row = 10
image width = 64
image height = 64
4. Now in the Create event type following code:
{fnt = font_add_sprite(spr, ord(‘!’), 1, 2);}
5. Here fnt is the font. Now you can try.
Here you can post your image too. Here image will invisible because image color is white.