RPG MAKER VX Tutorials | Changing Font

1. Launch RPG Maker VX

2. Press F11 to access the Script Editor

3. Once in the Script Editor, scroll down to access the Main subsection

RPG Maker VX Script Editor

4. In the script window on your right, click right after line 8 which says: Graphics.freeze

RPG Maker Main, Graphics.freeze section

5. Press "Enter" to get to line 9.

6. Copy and paste the following command:

The script window should now look like this:
RPG Maker Main, Graphics.freeze section after adding font lines

7. Replace Font_Name with the name of the font to be displayed in the game.*

*The font to be used in the game must already be installed on the computer(s) that will be playing the game.

8. Replace Font_size with the size of the font to be displayed in the game.

The script window should now look like this if you wanted to use the fond "Tahoma" with a size of 20, as an example.
RPG Maker Main, Graphics.freeze section with specific font information added

9. Click on "OK" at the bottom of the script window and launch the game.

The font has now been changed.

Download as PDF

Last Updated: 2011.02.24