aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins
diff options
context:
space:
mode:
authorJacek Antonelli2010-09-10 20:03:45 -0500
committerMcCabe Maxsted2010-09-10 19:23:43 -0700
commit8361020743a2e6488837bccd9f503e467421ad52 (patch)
tree58c3c8e3059f85b5124cc8178e5ab6ac30ff9973 /linden/indra/newview/skins
parentAdded the concept of font size multiplier (size_mult). (diff)
downloadmeta-impy-8361020743a2e6488837bccd9f503e467421ad52.zip
meta-impy-8361020743a2e6488837bccd9f503e467421ad52.tar.gz
meta-impy-8361020743a2e6488837bccd9f503e467421ad52.tar.bz2
meta-impy-8361020743a2e6488837bccd9f503e467421ad52.tar.xz
Added Delicious and DroidSans fonts to package and preferences.
Diffstat (limited to 'linden/indra/newview/skins')
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/fonts.xml42
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/panel_preferences_fonts.xml16
2 files changed, 58 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/fonts.xml b/linden/indra/newview/skins/default/xui/en-us/fonts.xml
index 1aa44fb..15a8254 100644
--- a/linden/indra/newview/skins/default/xui/en-us/fonts.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/fonts.xml
@@ -53,6 +53,34 @@
53 </font> 53 </font>
54 54
55 55
56 <font name="Delicious"
57 comment="Name of Delicious font"
58 size_mult="1.1">
59 <file>Delicious-Roman.otf</file>
60 </font>
61
62 <font name="Delicious"
63 comment="Name of Delicious font (bold)"
64 size_mult="1.1"
65 font_style="BOLD">
66 <file>Delicious-Bold.otf</file>
67 </font>
68
69 <font name="Delicious"
70 comment="Name of Delicious font (italic)"
71 size_mult="1.1"
72 font_style="ITALIC">
73 <file>Delicious-Italic.otf</file>
74 </font>
75
76 <font name="Delicious"
77 comment="Name of Delicious font (bold italic)"
78 size_mult="1.1"
79 font_style="BOLD|ITALIC">
80 <file>Delicious-BoldItalic.otf</file>
81 </font>
82
83
56 <font name="Liberation" 84 <font name="Liberation"
57 comment="Name of Liberation font"> 85 comment="Name of Liberation font">
58 <file>LiberationSans-Regular.ttf</file> 86 <file>LiberationSans-Regular.ttf</file>
@@ -65,6 +93,20 @@
65 </font> 93 </font>
66 94
67 95
96 <font name="DroidSans"
97 comment="Name of DroidSans font"
98 size_mult="1.0">
99 <file>DroidSans.ttf</file>
100 </font>
101
102 <font name="DroidSans"
103 comment="Name of DroidSans font (bold)"
104 size_mult="1.0"
105 font_style="BOLD">
106 <file>DroidSans-Bold.ttf</file>
107 </font>
108
109
68 <font name="Helvetica" 110 <font name="Helvetica"
69 comment="Name of Helvetica font"> 111 comment="Name of Helvetica font">
70 <file>arial.ttf</file> 112 <file>arial.ttf</file>
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_fonts.xml b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_fonts.xml
index e55981b..869063f 100644
--- a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_fonts.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_fonts.xml
@@ -20,6 +20,14 @@
20 Liberation Sans (classic Imprudence font) 20 Liberation Sans (classic Imprudence font)
21 </radio_item> 21 </radio_item>
22 22
23 <radio_item name="Delicious" bottom="-120" left="0" height="20">
24 Delicious
25 </radio_item>
26
27 <radio_item name="DroidSans" bottom="-170" left="0" height="20">
28 Droid Sans
29 </radio_item>
30
23 </radio_group> 31 </radio_group>
24 32
25 <text name="dejavu_preview" font="DejaVuMedium" top="-55" left="60"> 33 <text name="dejavu_preview" font="DejaVuMedium" top="-55" left="60">
@@ -30,4 +38,12 @@
30 Preview: The quick brown fox jumped over the lazy dog. :) 38 Preview: The quick brown fox jumped over the lazy dog. :)
31 </text> 39 </text>
32 40
41 <text name="del_preview" font="DeliciousMedium" top="-155" left="60">
42 Preview: The quick brown fox jumped over the lazy dog. :)
43 </text>
44
45 <text name="droid_preview" font="DroidSansMedium" top="-205" left="60">
46 Preview: The quick brown fox jumped over the lazy dog. :)
47 </text>
48
33</panel> 49</panel>