Hello Guest, please login or register.
Did you miss your activation email?
Login with username, password and session length.

Pages: [1]   Go Down

Author Topic: [Tut] Minish Cap font  (Read 2251 times)

0 Members and 1 Guest are viewing this topic.
[Tut] Minish Cap font
« on: February 12, 2009, 04:15:42 pm »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 15
How to make a MC font in gamemaker.

Making a minish cap font is very easy once you got the right sprite.
So add this sprite to your game:


Now you have to create a font from the sprite. You can do that with this code:
Code: [Select]
global.mcfont=font_add_sprite(spr_mcfont,33,true,2)
And now all you got to do is use this code when you want to use the MC font:
Code: [Select]
draw_set_font(global.mcfont)
You can even change the color of the font with this code:
Code: [Select]
draw_set_color(c_red)

And thats how easy it is ^^. This font doesn't contain letters like á or è or other weird letters like that, but i might add them later.
Logged
Pages: [1]   Go Up

 


Contact Us | Legal | Advertise Here
2013 © ZFGC, All Rights Reserved



Page created in 0.035 seconds with 36 queries.

anything