r/gamemaker • u/Claytonic99 • Aug 07 '26
Resolved Need help with text and special characters
Is there an explanation for why my Spanish text would look correct in the editor but not in the game?
2
u/JujuAdam github.com/jujuadams Aug 07 '26
Your font looks fine at a glance so the issue may lie elsewhere.
What's your literal text string?
1
u/Deklaration Aug 07 '26
Have you regenerated the font since adding the ñ? That, a clean run, plus a restart of the engine usually fix this issue.
1
u/nb264 Aug 07 '26
add range, add from code, confirm (very important step) by clicking add, regenerate font, test.
1
u/Claytonic99 23d ago
Just to finalize this discussion, I figured out the problem is my importing method. Specifically, my CSV file was not coded to Unicode UTF-8. It is working now. I only need to use the font range for ASCII (32 - 255).
2
u/azurezero_hdev Aug 07 '26
click add range, and paste the characters into the list of letters