blob: 47cdae7e145f7a1d3ef4d933ebaf2593fd91a802 [file] [log] [blame]
Chet Haasec8f060c2011-07-06 11:17:26 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Fallback Fonts
4
5 This file specifies the fonts, and the priority order, that will be searched for any
6 glyphs not handled by the default fonts specified in /system/etc/system_fonts.xml.
7 Each entry consists of a family tag and a list of files (file names) which support that
8 family. The fonts for each family are listed in the order of the styles that they
9 handle (the order is: regular, bold, italic, and bold-italic). The order in which the
10 families are listed in this file represents the order in which these fallback fonts
11 will be searched for glyphs that are not supported by the default system fonts (which are
12 found in /system/etc/system_fonts.xml).
13
14 Note that there is not nameset for fallback fonts, unlike the fonts specified in
15 system_fonts.xml. The ability to support specific names in fallback fonts may be supported
16 in the future. For now, the lack of files entries here is an indicator to the system that
17 these are fallback fonts, instead of default named system fonts.
18
19 There is another optional file in /vendor/etc/fallback_fonts.xml. That file can be used to
20 provide references to other font families that should be used in addition to the default
21 fallback fonts. That file can also specify the order in which the fallback fonts should be
22 searched, to ensure that a vendor-provided font will be used before another fallback font
23 which happens to handle the same glyph.
24-->
25<familyset>
26 <family>
27 <fileset>
Russell Brenner312cae72011-07-19 13:37:29 -070028 <file>DroidNaskh-Regular.ttf</file>
Chet Haasec8f060c2011-07-06 11:17:26 -070029 </fileset>
30 </family>
31 <family>
32 <fileset>
Russell Brenner359d0522011-07-19 10:42:46 -070033 <file>DroidSansEthiopic-Regular.ttf</file>
34 </fileset>
35 </family>
36 <family>
37 <fileset>
Chet Haasec8f060c2011-07-06 11:17:26 -070038 <file>DroidSansHebrew-Regular.ttf</file>
39 <file>DroidSansHebrew-Bold.ttf</file>
40 </fileset>
41 </family>
42 <family>
43 <fileset>
44 <file>DroidSansThai.ttf</file>
45 </fileset>
46 </family>
47 <family>
48 <fileset>
Russell Brennere8a7a722011-09-01 14:12:47 -070049 <file>DroidSansArmenian.ttf</file>
50 </fileset>
51 </family>
52 <family>
53 <fileset>
54 <file>DroidSansGeorgian.ttf</file>
55 </fileset>
56 </family>
57 <family>
58 <fileset>
Russell Brenner9d8c7e82011-09-23 14:57:32 -070059 <file>Lohit-Devanagari.ttf</file>
Russell Brenner36de3692011-07-27 17:36:11 -070060 </fileset>
61 </family>
62 <family>
63 <fileset>
Bart Sears57e08552011-10-26 17:06:23 -070064 <file>Lohit-Bengali.ttf</file>
65 </fileset>
66 </family>
67 <family>
68 <fileset>
69 <file>Lohit-Tamil.ttf</file>
70 </fileset>
71 </family>
72 <family>
73 <fileset>
Bart Searse60bae12011-12-11 18:21:56 -080074 <file>AndroidEmoji.ttf</file>
75 </fileset>
76 </family>
77 <family>
78 <fileset>
Chet Haasec8f060c2011-07-06 11:17:26 -070079 <file>DroidSansFallback.ttf</file>
80 </fileset>
81 </family>
82</familyset>