mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Add language-specific font configuration
meta.xml can now have a <font> tag, which gives the name of the font that the language needs. This will directly control the interface font when the language is active, and will soon also control the font used for each option on the language screen.
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
dadb7f2623
commit
5dad6b38be
@@ -26,4 +26,7 @@
|
||||
<!-- The indication that a certain menu option or button is selected -->
|
||||
<menu_select>[ {label} ]</menu_select>
|
||||
<menu_select_tight>[{label}]</menu_select_tight>
|
||||
|
||||
<!-- The filename of the font to use. For example, "font_cn" means font_cn.png and font_cn.fontmeta. -->
|
||||
<font>font</font>
|
||||
</langmeta>
|
||||
|
||||
@@ -26,4 +26,7 @@
|
||||
<!-- The indication that a certain menu option or button is selected -->
|
||||
<menu_select>[ {label} ]</menu_select>
|
||||
<menu_select_tight>[{label}]</menu_select_tight>
|
||||
|
||||
<!-- The filename of the font to use. For example, "font_cn" means font_cn.png and font_cn.fontmeta. -->
|
||||
<font>font</font>
|
||||
</langmeta>
|
||||
|
||||
@@ -26,4 +26,7 @@
|
||||
<!-- The indication that a certain menu option or button is selected -->
|
||||
<menu_select>[ {label} ]</menu_select>
|
||||
<menu_select_tight>[{label}]</menu_select_tight>
|
||||
|
||||
<!-- The filename of the font to use. For example, "font_cn" means font_cn.png and font_cn.fontmeta. -->
|
||||
<font>font</font>
|
||||
</langmeta>
|
||||
|
||||
@@ -26,4 +26,7 @@
|
||||
<!-- The indication that a certain menu option or button is selected -->
|
||||
<menu_select>[ {label} ]</menu_select>
|
||||
<menu_select_tight>[{label}]</menu_select_tight>
|
||||
|
||||
<!-- The filename of the font to use. For example, "font_cn" means font_cn.png and font_cn.fontmeta. -->
|
||||
<font>font</font>
|
||||
</langmeta>
|
||||
|
||||
@@ -26,4 +26,7 @@
|
||||
<!-- The indication that a certain menu option or button is selected -->
|
||||
<menu_select>[ {label} ]</menu_select>
|
||||
<menu_select_tight>[{label}]</menu_select_tight>
|
||||
|
||||
<!-- The filename of the font to use. For example, "font_cn" means font_cn.png and font_cn.fontmeta. -->
|
||||
<font>font</font>
|
||||
</langmeta>
|
||||
|
||||
Reference in New Issue
Block a user