RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
How do I change the font of my dialouge?

0 Members and 1 Guest are viewing this topic.

**
Rep:
Level 84
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

***
Rep:
Level 91
Blah blah blah...
Project of the Month winner for November 2008
Code: [Select]
#==============================================================================
# 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.


- -