mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 05:14:45 +00:00
27 lines
603 B
XML
27 lines
603 B
XML
|
<?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"
|
||
|
file_win="ARIALUNI.TTF"
|
||
|
file_mac="Arial Unicode.ttf" />
|
||
|
|
||
|
<font name="Aseprite"
|
||
|
type="spritesheet"
|
||
|
file="aseprite_font.png">
|
||
|
<fallback font="Arial Unicode" size="8" />
|
||
|
</font>
|
||
|
|
||
|
<font name="Aseprite Mini"
|
||
|
type="spritesheet"
|
||
|
file="aseprite_mini.png">
|
||
|
<fallback font="Arial Unicode" size="6" />
|
||
|
</font>
|
||
|
|
||
|
</fonts>
|