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.

Fonts

Hi,

if i want to change the font i set in the main script this:

Font.default_name = "Baskerville Win95BT"
Font.default_size = 25

But if i look, only a few things is in that font.

Some1 help me!!!
 
I feel odd helping since I know close to nothing about RGSS... but try adding this into a new script:
Code:
class Font
  begin
    Font.default_name = "Baskerville Win95BT"
    Font.default_size = 25
    Font.default_bold = false
  end
end

and in Main add:
Code:
  $defaultfonttype = $fontface = Font.default_name = "Baskerville Win95BT"
  $defaultfontsize = $fontsize = Font.default_size = 25

There might be better ways at doing this but that's what I did for my game and it worked fine maybe it will for you too. =)
 
thanks for all.

The menu text, like
Start game
Continue
etc... is in the old font, I try your codes :)

Edit: How can i insert pictures? than i can show whats my font and whats the old font
 

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