Page 1 of 1

Custom Options Menu Font

Posted: Sun Apr 12, 2020 9:39 pm
by PyroHeisenberg
Greetings, fellow mod developers.

Even though I am not active on this forum (or any other forum for that matter), I've been working on several Doom projects for the past 10+ years. I have noticed that newer GZDoom versions have changed the Options menu font to a new default one for a quite some time.

Back in the day, I used a custom font that not only changed all the in-game messages (print, hudmessages, player messages on multiplayer, etc) but the menu font as well.
However, since this change I couldn't figured out how to make the custom font work on the options menu (and sub menus) nor how to resolve this nasty little glitch that happens every time I hit the menu now (photo down below).


I looked at everything on the MENUDEF and similar artciles on the Wiki and tried my best to do a deep research into the forum but I haven't found anything that can solve this. Maybe I'm missing something... :(

Anyway, is there a way to make a new font to replace the options menu font or to at least a way to resolve this placement bug?

Thank you for your time and for reading this. Hope to hear from you all soon!

Re: Custom Options Menu Font

Posted: Mon Apr 13, 2020 1:32 am
by Gez
The font change was brought about by GZDoom's new [wiki]internationalization[/wiki] feature, as it was needed to get all the characters needed for other languages (extended Latin, Cyrillic, Greek, CJK) as well as reduce the width of individual characters so the lengthier strings in some other languages still fit on the screen. AFAIK there's no way to modify the options menu font yet.

Do you use a custom menudef? The vertical spacing is normal by default.

Re: Custom Options Menu Font

Posted: Mon Apr 13, 2020 4:19 pm
by PyroHeisenberg
Hey, Gez!
Thank you so much for your response and respectful feedback.

It's unfortunately we cannot alter anymore these fonts, but the reason is for the best. I'm glad GZDoom has become more friendly for international users who doesn't want to play in English.

As for the space bug, I figured out on MENUDEF. I was so focused on altering the fonts that I didn't noticed I altered the default parameters... LOL

Thanks again! See all you guys soon.

Re: Custom Options Menu Font

Posted: Thu May 21, 2020 4:46 pm
by Logan MTM
Gez wrote: yet.
So is there a planning in the future to allow us modders to create custom fonts on the options menu again?

Here below is the huge difference between my mod Legacy of Suffering running on GZDoom and then on LZDoom.

Re: Custom Options Menu Font

Posted: Thu May 21, 2020 4:52 pm
by phantombeta
Logan MTM wrote:
Gez wrote: yet.
So is there a planning in the future to allow us modders to create custom fonts on the options menu again?

Here below is the huge difference between my mod Legacy of Suffering running on GZDoom and then on LZDoom.
Someday. But it'll most likely only accept the font format it's already using, and it'll most certainly require you to provide all required characters. (Aside from maybe the CJK characters)