[RMVX] FONTS

Posts

Pages: 1
So I'm making a quick game in RMVX just to feel it out, and I was wondering how to change the in-game font?
go to script editor (F11)
scroll down to the script called "main"
place this right under begin:

Font.default_name = "whatever font name"

Font.default_size = 16


change '16' to whatever size you want.
So the font has to be installed, or is there a workaround?
Just create a folder called: 'Fonts' in the project folder, and put the font file in it. No installing needed.
Pages: 1