[Confluence] use uppercase fontfile for home menu
authorronie <ronie@poedel.net>
Tue, 18 Dec 2012 21:45:15 +0000 (22:45 +0100)
committerronie <ronie@poedel.net>
Tue, 18 Dec 2012 21:45:15 +0000 (22:45 +0100)
addons/skin.confluence/720p/DialogSeekBar.xml
addons/skin.confluence/720p/Font.xml
addons/skin.confluence/fonts/DejaVuSans-Bold-Caps.ttf [new file with mode: 0644]

index fd696a6..5fc329a 100644 (file)
                                <aligny>center</aligny>
                                <font>font10_title</font>
                                <textcolor>blue</textcolor>
-                               <label>[UPPERCASE]$LOCALIZE[773][/UPPERCASE]</label>
+                               <label>[B]$LOCALIZE[773][/B]</label>
                                <visible>Player.Seeking</visible>
                        </control>
                        <control type="label">
                                <aligny>center</aligny>
                                <font>font10_title</font>
                                <textcolor>blue</textcolor>
-                               <label>[UPPERCASE]$LOCALIZE[773][/UPPERCASE][COLOR=grey] $INFO[Player.SeekOffset][/COLOR]</label>
+                               <label>[B]$LOCALIZE[773][/B][COLOR=grey] $INFO[Player.SeekOffset][/COLOR]</label>
                                <visible>Player.DisplayAfterSeek + ![player.forwarding | player.rewinding]</visible>
                        </control>
                        <control type="label">
                        </control>
                </control>
        </controls>
-</window>
\ No newline at end of file
+</window>
index 9fbef1c..521fa27 100644 (file)
@@ -82,9 +82,8 @@
 
                <font>
                        <name>font_MainMenu</name>
-                       <filename>Roboto-Bold.ttf</filename>
-                       <style>uppercase</style>
-                       <size>40</size>
+                       <filename>DejaVuSans-Bold-Caps.ttf</filename>
+                       <size>35</size>
                </font>
                <font>
                        <name>WeatherTemp</name>
                        <style>bold</style>
                </font>
        </fontset>
-</fonts>
\ No newline at end of file
+</fonts>
diff --git a/addons/skin.confluence/fonts/DejaVuSans-Bold-Caps.ttf b/addons/skin.confluence/fonts/DejaVuSans-Bold-Caps.ttf
new file mode 100644 (file)
index 0000000..5af21ea
Binary files /dev/null and b/addons/skin.confluence/fonts/DejaVuSans-Bold-Caps.ttf differ