I'm working on a Mod for UT2K4, making the GUI.
I wanted to use some custom Fonts in custom GUI-Styles, und made it like shown in the tutorials from the UDN.
But it doesn't work
- made the Font-Texture-Pack (which works)
- made my own GUI-Controller (from the UT2K4-GuiController)
- registered my own Fonts to the Fontstack (starting where superclass left off)
- registered my own guistyle (button...)
Instead of using my new Font it uses the Standard-UT-Font.
The style seems to work cause the textcolors are right, but the font is wrong.
I can't look how the original styles are made, cause the classfiles are empty, there are only the keynames.
Where can I find the code ?
Any idea how I get my fonts working ?
I wanted to use some custom Fonts in custom GUI-Styles, und made it like shown in the tutorials from the UDN.
But it doesn't work

- made the Font-Texture-Pack (which works)
- made my own GUI-Controller (from the UT2K4-GuiController)
- registered my own Fonts to the Fontstack (starting where superclass left off)
- registered my own guistyle (button...)
Instead of using my new Font it uses the Standard-UT-Font.
The style seems to work cause the textcolors are right, but the font is wrong.
I can't look how the original styles are made, cause the classfiles are empty, there are only the keynames.
Where can I find the code ?
Any idea how I get my fonts working ?
Comment