- Joined
- Feb 15, 2014
- Messages
- 12
- Reaction score
- 0
- First Language
- Greek
- Primarily Uses
Hi!
I'm trying to change the default font to "Verdana" by editing "Main" but for some reason I can't.
This is the code I'm using:
#==============================================================================# ** Main#------------------------------------------------------------------------------# This processing is executed after module and class definition is finished.#==============================================================================Font.default_name = ["Verdana"]Font.default_size = 22 rgss_main { SceneManager.run }If I try to change it to another font, it works. The problem appears to occur only with the "Verdana" font.
The font just doesn't change at all. (VX uses "Verdana" as the default font and it works well. I don't know why it doesn't work with Ace.)
Can anyone help?
Thanks in advance!
I'm trying to change the default font to "Verdana" by editing "Main" but for some reason I can't.
This is the code I'm using:
#==============================================================================# ** Main#------------------------------------------------------------------------------# This processing is executed after module and class definition is finished.#==============================================================================Font.default_name = ["Verdana"]Font.default_size = 22 rgss_main { SceneManager.run }If I try to change it to another font, it works. The problem appears to occur only with the "Verdana" font.
The font just doesn't change at all. (VX uses "Verdana" as the default font and it works well. I don't know why it doesn't work with Ace.)
Can anyone help?
Thanks in advance!




