Main Menu
  • Welcome to The RPG Maker Resource Kit.

[VX] ATS 3.0c Font Name/Size and Name Box Error?

Started by thomasbradley, November 29, 2012, 12:43:26 AM

0 Members and 1 Guest are viewing this topic.

thomasbradley

So I changed the font name and the size of the font for my game, and now the box is too small. Is there any way to fix this? It's worth noting that shorter names, such as Mia are not cut off. But longer ones, such as Phoenix, are.

modern algebra

Well, the problem is with the text_size method I suspect. Anyway, you could try adding spaces to the name at the end, though that is inconvenient. Otherwise, you would need to do a custom fix for the text_size method to work with that font.

thomasbradley

Thanks for the help, the spaces worked great, I don't know why I didn't think of it haha. I know very little about Ruby, so I'm not sure exactly what to do with your second suggestion, I looked around for things called "font_size" in the script but I couldn't seem to work it out. I'll just use the spaces, thanks!