summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/fonts.xml
blob: 45ec1e27f1ac359154b936f63aadec53ec549f34 (plain)
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<fonts>

  <font name="default" comment="default font files (global fallbacks)">
    <file>DejaVuSans.ttf</file>
    <file functor="is_emoji">TwemojiSVG.ttf</file>
    <os name="Windows">
      <file>meiryo.TTC</file>
      <file>MSGOTHIC.TTC</file>
      <file>gulim.ttc</file>
      <file>simhei.ttf</file>
      <file>ArialUni.ttf</file>
      <file>msyh.ttc</file>
      <file load_collection="true">Cambria.ttc</file>
      <file>malgun.ttf</file>
      <file>micross.ttf</file>
    </os>
    <os name="Mac">
      <file>ヒラギノ角ゴシック W3.ttc</file>  
      <file>ヒラギノ角ゴ Pro W3.otf</file>
      <file>ヒラギノ角ゴ ProN W3.otf</file>
      <file>ヒラギノ明朝 ProN W3.ttc</file>
      <file>AppleGothic.dfont</file>
      <file>AppleGothic.ttf</file>
      <file>AppleSDGothicNeo-Regular.otf</file>
      <file>AppleSDGothicNeo.ttc</file>
      <file>华文细黑.ttf</file>
      <file>PingFang.ttc</file>
      <file>STIXGeneral.otf</file>
      <file>Thonburi.ttc</file>
    </os>
  </font>

  <font name="SansSerifBold"
	comment="Name of bold sans-serif font">
    <file>DejaVuSans-Bold.ttf</file>
    <os name="Windows">
      <file>arialbd.ttf</file>
      </os>
    <os name="Mac">
      <file>Helvetica.dfont</file>
      </os>
  </font>

  <font name="SansSerif" comment="Name of san-serif font (Truetype file name)">
    <file>DejaVuSans.ttf</file>
    <os name="Windows">
      <file>arial.ttf</file>
      </os>
    <os name="Mac">
      <file>Helvetica.dfont</file>
      </os>
  </font>

  <font name="SansSerif"
	comment="Name of bold sans-serif font"
	font_style="BOLD">
    <file>DejaVuSans-Bold.ttf</file>
  </font>

  <font name="SansSerif"
	comment="Name of italic sans-serif font"
	font_style="ITALIC">
    <file>DejaVuSans-Oblique.ttf</file>
  </font>

  <font name="SansSerif"
	comment="Name of bold italic sans-serif font"
	font_style="BOLD|ITALIC">
    <file>DejaVuSans-BoldOblique.ttf</file>
  </font>

  <font name="Emoji"
	comment="Name of emoji font">
    <file>TwemojiSVG.ttf</file>
  </font>

  <font name="Monospace"
	comment="Name of monospace font">
    <file>DejaVuSansMono.ttf</file>
  </font>

  <font name="DejaVu"
	comment="Name of DejaVu font">
    <file>DejaVuSans.ttf</file>
  </font>

  <font name="DejaVu"
	comment="Name of DejaVu font (bold)"
	font_style="BOLD">
    <file>DejaVuSans-Bold.ttf</file>
  </font>

  <font name="DejaVu"
	comment="Name of DejaVu font (italic)"
	font_style="ITALIC">
    <file>DejaVuSans-Oblique.ttf</file>
  </font>

  <font name="DejaVu"
	comment="Name of DejaVu font (bold italic)"
	font_style="BOLD|ITALIC">
    <file>DejaVuSans-BoldOblique.ttf</file>
  </font>

  <font name="Helvetica"
	comment="Name of Helvetica font">
    <file>DejaVuSans.ttf</file>
    <os name="Windows">
      <file>arial.ttf</file>
      </os>
    <os name="Mac">
      <file>arial.ttf</file>
      </os>
  </font>

  <font name="Helvetica"
	comment="Name of Helvetica font (bold)"
	font_style="BOLD">
    <file>DejaVuSans-Bold.ttf</file>
    <os name="Windows">
      <file>arialbd.ttf</file>
      </os>
    <os name="Mac">
      <file>arialbd.ttf</file>
      </os>
  </font>

  <font name="Helvetica"
	comment="Name of Helvetica font (italic)"
	font_style="ITALIC">
    <file>DejaVuSans-Oblique.ttf</file>
    <os name="Windows">
      <file>ariali.ttf</file>
      </os>
    <os name="Mac">
      <file>ariali.ttf</file>
      </os>
  </font>

  <font name="Helvetica"
	comment="Name of Helvetica font (bold italic)"
	font_style="BOLD|ITALIC">
    <file>DejaVuSans-BoldOblique.ttf</file>
    <os name="Windows">
      <file>arialbi.ttf</file>
      </os>
    <os name="Mac">
      <file>arialbi.ttf</file>
      </os>
  </font>

  <font name="OverrideTest"
	comment="Name of font to test overriding">
    <file>times.ttf</file>
    <file>DejaVuSans.ttf</file>
  </font>

  <font_size name="Monospace"
	     comment="Size for monospaced font (points, or 1/72 of an inch)"
	     size="8.0"
	     />
  <font_size name="Huge"
	     comment="Size of huge font (points, or 1/72 of an inch)"
	     size="16.0"
	     />
  <font_size name="Large"
	     comment="Size of large font (points, or 1/72 of an inch)"
	     size="10.6"
	     />
  <font_size name="Medium"
	     comment="Size of medium font (points, or 1/72 of an inch)"
	     size="8.6"
	     />
  <font_size name="Small"
	     comment="Size of small font (points, or 1/72 of an inch)"
	     size="7.6"
	     />
  <font_size name="SmallLSL"
         comment="Size of small font for LSL editor (points, or 1/72 of an inch)"
         size="7"
         />
  <font_size name="HugeLSL"
         comment="Size of huge font for LSL editor (points, or 1/72 of an inch)"
         size="12"
         />
</fonts>