forked from aseprite/aseprite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfonts.xml
45 lines (39 loc) · 1.09 KB
/
fonts.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?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="Unicode Korean"
type="truetype"
file_win="malgun.ttf">
<fallback font="Arial Unicode" />
</font>
<font name="Unicode Japanese"
type="truetype"
file_win="msjh.ttc"
file_linux="NotoSansCJK-Regular.ttc">
<fallback font="Unicode Korean" />
</font>
<font name="Unicode"
type="truetype"
file_win="Arial.ttf"
file_mac="Arial Unicode.ttf"
file_linux="DejaVuSans.ttf">
<fallback font="Unicode Japanese" size="8" />
</font>
<font name="Aseprite"
type="spritesheet"
file="aseprite_font.png">
<fallback font="Unicode" size="8" />
</font>
<font name="Aseprite Mini"
type="spritesheet"
file="aseprite_mini.png">
<fallback font="Unicode" size="6" />
</font>
</fonts>