Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

help with fontchange..

hey pls help me...ive been trying to change my fonts but nothing shows up.

ill show how i did it...
first this:

begin
  Graphics.freeze
  Font.default_name = "Artbrush"
  Font.default_size = 20.5
  $scene = Scene_Title.new
  $scene.main while $scene != nil
  Graphics.transition(30)
rescue Errno::ENOENT
  filename = $!.message.sub("No such file or directory - ", "")
  print("Unable to find file #{filename}.")
end


is it right?

and i created a "fonts" folder in my project folder with the Artbrush font in it.

and i only got this:

http://i403.photobucket.com/albums/pp11 ... an/scr.jpg[/img]

plsss help.................
 
I tried it with the "Arial" font and it worked fine. Are you sure the "Artbrush" font is installed on your computer? Check the "Fonts" folder again. You probably thought you installed it when you really didn't. Happens to me quite a bit.
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top