Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2422)

Side by Side Diff: resources/android_fonts/v22/fonts.xml

Issue 439813002: Test and generalize font configuration parser (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Safety tweak to attribute comparisons Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <familyset version="21">
3 <!-- first font is default -->
4 <family name="sans-serif">
5 <font weight="100" style="normal">Roboto-Thin.ttf</font>
6 <font weight="100" style="italic">Roboto-ThinItalic.ttf</font>
7 <font weight="300" style="normal">Roboto-Light.ttf</font>
8 <font weight="300" style="italic">Roboto-LightItalic.ttf</font>
9 <font weight="400" style="normal">Roboto-Regular.ttf</font>
10 <font weight="400" style="italic">Roboto-Italic.ttf</font>
11 <font weight="500" style="normal">Roboto-Medium.ttf</font>
12 <font weight="500" style="italic">Roboto-MediumItalic.ttf</font>
13 <font weight="700" style="normal">Roboto-Bold.ttf</font>
14 <font weight="700" style="italic">Roboto-BoldItalic.ttf</font>
15 <font weight="900" style="normal">Roboto-Black.ttf</font>
16 <font weight="900" style="italic">Roboto-BlackItalic.ttf</font>
17 </family>
18 <alias name="sans-serif-thin" to="sans-serif" weight="100" />
19 <alias name="sans-serif-light" to="sans-serif" weight="300" />
20 <alias name="sans-serif-black" to="sans-serif" weight="900" />
21 <alias name="arial" to="sans-serif" />
22 <alias name="helvetica" to="sans-serif" />
23 <alias name="tahoma" to="sans-serif" />
24 <alias name="verdana" to="sans-serif" />
25
26 <family name="sans-serif-condensed">
27 <font weight="300" style="normal">RobotoCondensed-Light.ttf</font>
28 <font weight="300" style="italic">RobotoCondensed-LightItalic.ttf</font>
29 <font weight="400" style="normal">RobotoCondensed-Regular.ttf</font>
30 <font weight="400" style="italic">RobotoCondensed-Italic.ttf</font>
31 <font weight="700" style="normal">RobotoCondensed-Bold.ttf</font>
32 <font weight="700" style="italic">RobotoCondensed-BoldItalic.ttf</font>
33 </family>
34 <alias name="sans-serif-condensed-light" to="sans-serif-condensed" weight="3 00" />
35
36 <!--- rest of fonts from system_fonts.xml go here -->
37
38 <!-- fallback fonts -->
39 <family variant="elegant">
40 <font weight="400" style="normal">NotoNaskh-Regular.ttf</font>
41 <font weight="700" style="normal">NotoNaskh-Bold.ttf</font>
42 </family>
43 <family variant="compact">
44 <font weight="400" style="normal">NotoNaskhUI-Regular.ttf</font>
45 <font weight="700" style="normal">NotoNaskhUI-Bold.ttf</font>
46 </family>
47 <family>
48 <font weight="400" style="normal">NotoSansEthiopic-Regular.ttf</font>
49 <font weight="700" style="normal">NotoSansEthiopic-Bold.ttf</font>
50 </family>
51 <family>
52 <font weight="400" style="normal">NotoSansHebrew-Regular.ttf</font>
53 <font weight="700" style="normal">NotoSansHebrew-Bold.ttf</font>
54 </family>
55 <family variant="elegant">
56 <font weight="400" style="normal">NotoSansThai-Regular.ttf</font>
57 <font weight="700" style="normal">NotoSansThai-Bold.ttf</font>
58 </family>
59 <family variant="compact">
60 <font weight="400" style="normal">NotoSansThaiUI-Regular.ttf</font>
61 <font weight="700" style="normal">NotoSansThaiUI-Bold.ttf</font>
62 </family>
63 <family>
64 <font weight="400" style="normal">NotoSansArmenian-Regular.ttf</font>
65 <font weight="700" style="normal">NotoSansArmenian-Bold.ttf</font>
66 </family>
67 <family>
68 <font weight="400" style="normal">NotoSansGeorgian-Regular.ttf</font>
69 <font weight="700" style="normal">NotoSansGeorgian-Bold.ttf</font>
70 </family>
71 <family variant="elegant">
72 <font weight="400" style="normal">NotoSansDevanagari-Regular.ttf</font>
73 <font weight="700" style="normal">NotoSansDevanagari-Bold.ttf</font>
74 </family>
75 <family variant="compact">
76 <font weight="400" style="normal">NotoSansDevanagariUI-Regular.ttf</font >
77 <font weight="700" style="normal">NotoSansDevanagariUI-Bold.ttf</font>
78 </family>
79 <!-- Gujarati should come after Devanagari -->
80 <family variant="elegant">
81 <font weight="400" style="normal">NotoSansGujarati-Regular.ttf</font>
82 <font weight="700" style="normal">NotoSansGujarati-Bold.ttf</font>
83 </family>
84 <family variant="compact">
85 <font weight="400" style="normal">NotoSansGujaratiUI-Regular.ttf</font>
86 <font weight="700" style="normal">NotoSansGujaratiUI-Bold.ttf</font>
87 </family>
88 <!-- Gurmukhi should come after Devanagari -->
89 <family variant="elegant">
90 <font weight="400" style="normal">NotoSansGurmukhi-Regular.ttf</font>
91 <font weight="700" style="normal">NotoSansGurmukhi-Bold.ttf</font>
92 </family>
93 <family variant="compact">
94 <font weight="400" style="normal">NotoSansGurmukhiUI-Regular.ttf</font>
95 <font weight="700" style="normal">NotoSansGurmukhiUI-Bold.ttf</font>
96 </family>
97 <family variant="elegant">
98 <font weight="400" style="normal">NotoSansTamil-Regular.ttf</font>
99 <font weight="700" style="normal">NotoSansTamil-Bold.ttf</font>
100 </family>
101 <family variant="compact">
102 <font weight="400" style="normal">NotoSansTamilUI-Regular.ttf</font>
103 <font weight="700" style="normal">NotoSansTamilUI-Bold.ttf</font>
104 </family>
105 <family variant="elegant">
106 <font weight="400" style="normal">NotoSansMalayalam-Regular.ttf</font>
107 <font weight="700" style="normal">NotoSansMalayalam-Bold.ttf</font>
108 </family>
109 <family variant="compact">
110 <font weight="400" style="normal">NotoSansMalayalamUI-Regular.ttf</font>
111 <font weight="700" style="normal">NotoSansMalayalamUI-Bold.ttf</font>
112 </family>
113 <family variant="elegant">
114 <font weight="400" style="normal">NotoSansBengali-Regular.ttf</font>
115 <font weight="700" style="normal">NotoSansBengali-Bold.ttf</font>
116 </family>
117 <family variant="compact">
118 <font weight="400" style="normal">NotoSansBengaliUI-Regular.ttf</font>
119 <font weight="700" style="normal">NotoSansBengaliUI-Bold.ttf</font>
120 </family>
121 <family variant="elegant">
122 <font weight="400" style="normal">NotoSansTelugu-Regular.ttf</font>
123 <font weight="700" style="normal">NotoSansTelugu-Bold.ttf</font>
124 </family>
125 <family variant="compact">
126 <font weight="400" style="normal">NotoSansTeluguUI-Regular.ttf</font>
127 <font weight="700" style="normal">NotoSansTeluguUI-Bold.ttf</font>
128 </family>
129 <family variant="elegant">
130 <font weight="400" style="normal">NotoSansKannada-Regular.ttf</font>
131 <font weight="700" style="normal">NotoSansKannada-Bold.ttf</font>
132 </family>
133 <family variant="compact">
134 <font weight="400" style="normal">NotoSansKannadaUI-Regular.ttf</font>
135 <font weight="700" style="normal">NotoSansKannadaUI-Bold.ttf</font>
136 </family>
137 <family>
138 <font weight="400" style="normal">NotoSansSinhala-Regular.ttf</font>
139 <font weight="700" style="normal">NotoSansSinhala-Bold.ttf</font>
140 </family>
141 <family variant="elegant">
142 <font weight="400" style="normal">NotoSansKhmer-Regular.ttf</font>
143 <font weight="700" style="normal">NotoSansKhmer-Bold.ttf</font>
144 </family>
145 <family variant="compact">
146 <font weight="400" style="normal">NotoSansKhmerUI-Regular.ttf</font>
147 <font weight="700" style="normal">NotoSansKhmerUI-Bold.ttf</font>
148 </family>
149 <family variant="elegant">
150 <font weight="400" style="normal">NotoSansLao-Regular.ttf</font>
151 <font weight="700" style="normal">NotoSansLao-Bold.ttf</font>
152 </family>
153 <family variant="compact">
154 <font weight="400" style="normal">NotoSansLaoUI-Regular.ttf</font>
155 <font weight="700" style="normal">NotoSansLaoUI-Bold.ttf</font>
156 </family>
157 <family variant="elegant">
158 <font weight="400" style="normal">NotoSansMyanmar-Regular.ttf</font>
159 <font weight="700" style="normal">NotoSansMyanmar-Bold.ttf</font>
160 </family>
161 <family variant="compact">
162 <font weight="400" style="normal">NotoSansMyanmarUI-Regular.ttf</font>
163 <font weight="700" style="normal">NotoSansMyanmarUI-Bold.ttf</font>
164 </family>
165 <family>
166 <font weight="400" style="normal">NotoSansCherokee-Regular.ttf</font>
167 </family>
168 <family>
169 <font weight="400" style="normal">NotoSansCanadianAboriginal-Regular.ttf </font>
170 </family>
171 <family>
172 <font weight="400" style="normal">NotoSansYi-Regular.ttf</font>
173 </family>
174 <family lang="zh-Hans">
175 <font weight="400" style="normal">NotoSansHans-Regular.otf</font>
176 </family>
177 <family lang="zh-Hant">
178 <font weight="400" style="normal">NotoSansHant-Regular.otf</font>
179 </family>
180 <family lang="ja">
181 <font weight="400" style="normal">NotoSansJP-Regular.otf</font>
182 </family>
183 <family lang="ko">
184 <font weight="400" style="normal">NotoSansKR-Regular.otf</font>
185 </family>
186 <family>
187 <font weight="400" style="normal">NanumGothic.ttf</font>
188 </family>
189 <family>
190 <font weight="400" style="normal">NotoSansSymbols-Regular-Subsetted.ttf< /font>
191 </family>
192 <family>
193 <font weight="400" style="normal">NotoColorEmoji.ttf</font>
194 </family>
195 <family lang="ja">
196 <font weight="400" style="normal">MTLmr3m.ttf</font>
197 </family>
198 </familyset>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698