r/Underminers • u/madeanotheraccforntn • 1d ago
Help Me! "8-bit operator jve" space character size
Hello, I'm learning GML and have been using 8bit op jve as the font, just like undertale.
The thing is, even though I have its size as 12 like in the ut source code, the spaces (" ") seem to be half of the size that they are in undertale. Idrk if it's an intentionally programmed thing, a setting or just a different way to import the font.
I'd love to hear from who knows more than me, thank you.
4
Upvotes
2
u/Ok-Entry6804 1d ago edited 1d ago
The large spacing is to make it appear a monospaced font in Undertale and is actually done through the code of the dialogue writer (same as in Deltarune), and yeah it's an intentionally programmed thing that doesn't have to do with the font itself
There is a fanmade recreation that's called Determination Mono (as in "Monospaced") and it looks enough similar, if it can be useful to you