egofaptor 0 Posted February 18, 2013 I've played many other RPG Maker games like OFF and some of them make you have to install a custom font. I was wondering how to add that to my game? Is it not an Ace feature? Share this post Link to post Share on other sites
Galv 1,387 Posted February 18, 2013 Add a /fonts/ folder directly inside your project folder. Then add to your script list: Font.default_name = "Font Name"Font.default_size = 28 Setting the size to whatever looks best and using your font's title - (I use Windows 7 and can right click on the font and go to properties > details to view font title) Share this post Link to post Share on other sites
cazziuz 9 Posted February 21, 2013 Greetings, I hope this isnt hijacking a post,but.... Quick Question, I did what you said to do to install new fonts into the game, i got one font to work , but when i found a font i wanted i tryed to do it again , but it wont load it ? is there a certian type of font that it has to be ? both of the fonts i have tried to used are TrueType Fonts -Cazziuz Share this post Link to post Share on other sites
Galv 1,387 Posted February 21, 2013 I'm not sure what font files it excepts but the ones I have used are .ttf. Did you put the file in the /fonts/ folder? And are you using the correct font title? (This can be different to the font name, which is why I suggest right clicking and viewing the properties) Share this post Link to post Share on other sites
cazziuz 9 Posted February 21, 2013 Ahh, I think you just gave me the answer i needed thank you so much , it turned out that i was using a different file name, not certain as to why but when i right clicked and looked at properties and put that name in it worked just fine , again thank you Share this post Link to post Share on other sites