Spence607 1 Report post Posted November 15, 2008 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
Bahamut 0 Report post Posted November 15, 2008 You could use the Universal Message System script. Share this post Link to post Share on other sites
Polraudio 122 Report post Posted November 15, 2008 The UMS thats a very good message system to use for this. Share this post Link to post Share on other sites
Spence607 1 Report post Posted November 15, 2008 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
Bahamut 0 Report post Posted November 15, 2008 The UMS uses a syntax similar to this: "content.font.bold". You may try that, it might be hardcoded into the default methods. Share this post Link to post Share on other sites
Spence607 1 Report post Posted November 16, 2008 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? Share this post Link to post Share on other sites
Leon 55 Report post Posted November 17, 2008 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
Spence607 1 Report post Posted November 17, 2008 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
Leon 55 Report post Posted November 17, 2008 No prob. The help file ROCKS Share this post Link to post Share on other sites