I’m new to RPGMZ and while starting the game I’m making, in the name input, parts of the naming process is smudged, how would I fix this issue?
Here is what I’m talking about
It looks like the letters in your screenshot are a different font than the MZ default, so I’m wondering if that’s where the smudge comes from. Each key on the name input is drawn into a small fixed width cell, and when a word like Page is wider than the cell the engine squishes the text to fit, which can end up looking smeared like that.
What if you tried dropping the font size a bit in Database → System 2 → Advanced Settings and see if Page cleans up? If you’d rather keep the size, a narrower font might do the same thing. Are you using a custom font there or is that the default one?
Sorry for the late reply. I’m using the default font, and thank you for helping out, changing the font size fixed the issue.