RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

How do I change the font of my dialouge?

Started by SpriteKing, January 30, 2009, 04:51:19 AM

0 Members and 1 Guest are viewing this topic.

SpriteKing

I can bet this has been asked like a googollian times, (made up word)
but I can't seem to find anything on this.
It's a simple question. I need an answer fast. XD

MrMoo

#==============================================================================
# Script that changes the default font settings.
#==============================================================================

Font.default_size = 20            # Default - 20
Font.default_name = ["Font name here"]   # Font names are used in order. If the first is not available, the second will be used, etc..
Font.default_bold = false       # Default - FALSE
Font.default_italic = false        # Default - FALSE
Font.default_shadow = true         # Default - TRUE


Paste that above main in a new script. That's it.



- -