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

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

Issue 1125413003: Trim whitespace from parsed filename in Android v21. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Clarify, address comments. Created 5 years, 7 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
« no previous file with comments | « no previous file | src/ports/SkFontConfigParser_android.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <familyset version="21"> 2 <familyset version="21">
3 <!-- first font is default --> 3 <!-- first font is default -->
4 <family name="sans-serif"> 4 <family name="sans-serif">
5 <font weight="100" style="normal">Roboto-Thin.ttf</font> 5 <font weight="100" style="normal">
6 Roboto-Thin.ttf
7 </font>
6 <font weight="100" style="italic">Roboto-ThinItalic.ttf</font> 8 <font weight="100" style="italic">Roboto-ThinItalic.ttf</font>
7 <font weight="300" style="normal">Roboto-Light.ttf</font> 9 <font weight="300" style="normal">Roboto-Light.ttf</font>
8 <font weight="300" style="italic">Roboto-LightItalic.ttf</font> 10 <font weight="300" style="italic">Roboto-LightItalic.ttf</font>
9 <font weight="400" style="normal">Roboto-Regular.ttf</font> 11 <font weight="400" style="normal">Roboto-Regular.ttf</font>
10 <font weight="400" style="italic">Roboto-Italic.ttf</font> 12 <font weight="400" style="italic">Roboto-Italic.ttf</font>
11 <font weight="500" style="normal">Roboto-Medium.ttf</font> 13 <font weight="500" style="normal">Roboto-Medium.ttf</font>
12 <font weight="500" style="italic">Roboto-MediumItalic.ttf</font> 14 <font weight="500" style="italic">Roboto-MediumItalic.ttf</font>
13 <font weight="700" style="normal">Roboto-Bold.ttf</font> 15 <font weight="700" style="normal">Roboto-Bold.ttf</font>
14 <font weight="700" style="italic">Roboto-BoldItalic.ttf</font> 16 <font weight="700" style="italic">Roboto-BoldItalic.ttf</font>
15 <font weight="900" style="normal">Roboto-Black.ttf</font> 17 <font weight="900" style="normal">Roboto-Black.ttf</font>
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 <family> 225 <family>
224 <font weight="400" style="normal">NotoSansSymbols-Regular-Subsetted.ttf< /font> 226 <font weight="400" style="normal">NotoSansSymbols-Regular-Subsetted.ttf< /font>
225 </family> 227 </family>
226 <family> 228 <family>
227 <font weight="400" style="normal">NotoColorEmoji.ttf</font> 229 <font weight="400" style="normal">NotoColorEmoji.ttf</font>
228 </family> 230 </family>
229 <family lang="ja"> 231 <family lang="ja">
230 <font weight="400" style="normal">MTLmr3m.ttf</font> 232 <font weight="400" style="normal">MTLmr3m.ttf</font>
231 </family> 233 </family>
232 </familyset> 234 </familyset>
OLDNEW
« no previous file with comments | « no previous file | src/ports/SkFontConfigParser_android.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698