Here are screens:
Font size 26 Font size 24 Font size 22 Font size 28
I want it to work properly with font size of 24.
Im changing game font with this:
Main
#==============================================================================
# ** Main
#------------------------------------------------------------------------------
# This processing is executed after module and class definition is finished.
#==============================================================================
Font.default_outline = true
Font.default_name = ["Quattrocento"]
Font.default_size = 24
rgss_main { SceneManager.run }
# ** Main
#------------------------------------------------------------------------------
# This processing is executed after module and class definition is finished.
#==============================================================================
Font.default_outline = true
Font.default_name = ["Quattrocento"]
Font.default_size = 24
rgss_main { SceneManager.run }