We're archiving the forums and going read only! You'll be able to see old threads, but new topics and replies have been disabled.

Visit the Game Jolt community for new questions and conversations.


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.


over 10 years ago

Arial 36

5d099100734ed.png

Last modified on January 7, 2015 by RAF5UN @rafsun82

over 10 years ago

Mutter 36

5d099101072a3.png
over 4 years ago

chronicles