add message-display font specification
This commit is contained in:
parent
674539a3cf
commit
8e4bc2f2ce
2 changed files with 20 additions and 8 deletions
|
@ -9,9 +9,15 @@
|
|||
texture fonts.
|
||||
-->
|
||||
|
||||
<font>
|
||||
<name type="string">HELVETICA_12</name>
|
||||
</font>
|
||||
<fonts>
|
||||
<gui>
|
||||
<name type="string">HELVETICA_12</name>
|
||||
</gui>
|
||||
|
||||
<message-display>
|
||||
<name type="string">SANS_12B</name>
|
||||
</message-display>
|
||||
</fonts>
|
||||
|
||||
<colors>
|
||||
<background>
|
||||
|
|
|
@ -9,11 +9,17 @@
|
|||
texture fonts.
|
||||
-->
|
||||
|
||||
<font>
|
||||
<name type="string">Helvetica.txf</name>
|
||||
<size type="float">15</size>
|
||||
<slant type="float">0</slant>
|
||||
</font>
|
||||
<fonts>
|
||||
<gui>
|
||||
<name type="string">Helvetica.txf</name>
|
||||
<size type="float">15</size>
|
||||
<slant type="float">0</slant>
|
||||
</gui>
|
||||
|
||||
<message-display>
|
||||
<name type="string">Helvetica.txf</name>
|
||||
</message-display>
|
||||
</fonts>
|
||||
|
||||
<colors>
|
||||
<!-- default colors for all GUI objects -->
|
||||
|
|
Loading…
Add table
Reference in a new issue