2017-02-24 20:56:57 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<fonts>
|
|
|
|
<!-- Preset fonts that can be used by all themes -->
|
|
|
|
|
|
|
|
<font name="Arial"
|
|
|
|
type="truetype"
|
|
|
|
file="Arial.ttf" />
|
|
|
|
|
|
|
|
<font name="Arial Unicode"
|
|
|
|
type="truetype"
|
2017-03-07 17:53:40 +00:00
|
|
|
file_win="arialuni.ttf"
|
2017-02-24 20:56:57 +00:00
|
|
|
file_mac="Arial Unicode.ttf" />
|
|
|
|
|
2017-03-07 17:53:40 +00:00
|
|
|
<font name="Unicode Korean"
|
|
|
|
type="truetype"
|
|
|
|
file_win="malgun.ttf">
|
|
|
|
<fallback font="Arial Unicode" />
|
|
|
|
</font>
|
|
|
|
<font name="Unicode Japanese"
|
|
|
|
type="truetype"
|
2017-04-13 20:08:46 +00:00
|
|
|
file_win="msjh.ttc"
|
2017-03-16 17:32:28 +00:00
|
|
|
file_linux="NotoSansCJK-Regular.ttc">
|
2017-04-13 20:08:46 +00:00
|
|
|
<fallback font="Unicode Korean" />
|
2017-03-07 17:53:40 +00:00
|
|
|
</font>
|
|
|
|
<font name="Unicode"
|
|
|
|
type="truetype"
|
2017-03-16 17:32:28 +00:00
|
|
|
file_win="Arial.ttf"
|
|
|
|
file_mac="Arial Unicode.ttf"
|
|
|
|
file_linux="DejaVuSans.ttf">
|
2017-03-07 17:53:40 +00:00
|
|
|
<fallback font="Unicode Japanese" size="8" />
|
|
|
|
</font>
|
|
|
|
|
2017-02-24 20:56:57 +00:00
|
|
|
<font name="Aseprite"
|
|
|
|
type="spritesheet"
|
|
|
|
file="aseprite_font.png">
|
2017-03-07 17:53:40 +00:00
|
|
|
<fallback font="Unicode" size="8" />
|
2017-02-24 20:56:57 +00:00
|
|
|
</font>
|
|
|
|
|
|
|
|
<font name="Aseprite Mini"
|
|
|
|
type="spritesheet"
|
|
|
|
file="aseprite_mini.png">
|
2017-03-07 17:53:40 +00:00
|
|
|
<fallback font="Unicode" size="6" />
|
2017-02-24 20:56:57 +00:00
|
|
|
</font>
|
|
|
|
|
|
|
|
</fonts>
|