With this plugin (for RPGmaker MV & MZ) you can change the font sizing.
So, you can adjust the steps for \} and \{.
This can be helpful if you're using a different font or just aren't happy with the "size steps".
Also (only for MV), you can change the default font size / default text size. If you use MZ, you can change that via database.
↓Download the plugin / .js-file down in attachments↓
Do you change the font later ingame via plugin? Then you can adjust the plugin-settings via plugin-commands.
- Plugin-Commands (MV):
makeFontBigger x
makeFontSmaller x
maxFontSize x
minFontSize x
defaultFontSize x
resetFontSize
(replace x with a number)
Example: makeFontBigger 5
- Plugin-Commands (MZ)
Same as MV, but without entering the commands. You have to select them and just input the values.
PS: I'm still "beginner" to something "advanced" regarding JS and completely new into plugin creaton. If there are problems with a plugin, I will probably NOT be able to solve them yet!