Change default font in KTM and chatbox borders
Posted: Thu Feb 25, 2016 6:06 am
Wondering if anyone knows how to change the default font that's used in KTM. I have 17.35 installed right now, and in KTM_Frame.xml there is this starting at line 5
I understand from some research that "GameFontNormal" is the default font, but I can't figure out how to change that. I've tried adding a font to the folder and specifying a path, with a few different parameters, but haven't got it. I guess you can't "inherit" a font, but specifying one didn't work either. Guessing I have the syntax wrong.
In a separate issue, I'm wondering if anyone knows of a lightweight addon or a way to change the default chat box to have square / sharp edges instead of soft rounded ones. I've got ChatMOD and Prat installed but didn't see any built in options there.
- Code: Select all
<!-- The base font -->
<Font name="KLHTM_FontDefault" inherits="GameFontNormal" virtual="true">
<Color r="1.0" g="1.0" b="1.0"/>
</Font>
I understand from some research that "GameFontNormal" is the default font, but I can't figure out how to change that. I've tried adding a font to the folder and specifying a path, with a few different parameters, but haven't got it. I guess you can't "inherit" a font, but specifying one didn't work either. Guessing I have the syntax wrong.
In a separate issue, I'm wondering if anyone knows of a lightweight addon or a way to change the default chat box to have square / sharp edges instead of soft rounded ones. I've got ChatMOD and Prat installed but didn't see any built in options there.