Jump to content
New account registrations are disabed. This website is now an archive. Read more here.
Sign in to follow this  
Spence607

Font Abbreviations.

Recommended Posts

Hey, just wondering if there is a way to make the game font bold or italic. I know how to change the font, I am currently using Arial font, but I want it bolded. Any help would be much appreciated.

 

Thanks,

 

Spence

Share this post


Link to post
Share on other sites

Very nice script for in-game messages. Will use, but still doesn't solve my problem. I mean I want all text bolded, like the main menu, status menu, and battle menu. Is it possible?

Share this post


Link to post
Share on other sites

Font.jpg

 

This works, but is there a way to by-pass this message. Like a command I can enter so it doesn't check for errors or something similar?

 

Error.jpg

Share this post


Link to post
Share on other sites

Below Graphics.freeze, add this line. It will bolden all text in the game:

 

Font.default_bold = true

 

I love the help file...

Share this post


Link to post
Share on other sites

Class Properties

default_name

default_size

default_bold

default_italic

default_color

Change the default values for each component, to be applied to each new Font object.

 

Font.default_name = "MS PMincho"

Font.default_bold = true

 

 

Lol, nice man. Never even thought of looking there, thanks a lot.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...