Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
linespacing roboto plotbox and set as default
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Jun 23, 2019
1 parent e49650c commit fbc7428
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
11 changes: 5 additions & 6 deletions 1080i/Defaults.xml
Original file line number Diff line number Diff line change
Expand Up @@ -246,22 +246,21 @@
<!-- Plot Font -->
<font>
<name>font_plotbox</name>
<filename>Roboto-Regular.ttf</filename>
<linespacing>1.17</linespacing>
<filename>Roboto-Regular-Linespacing.ttf</filename>
<linespacing>1</linespacing>
<size>29</size>
<aspect>0.9</aspect>
</font>
<font>
<name>font_weather_small</name>
<filename>Roboto-Regular.ttf</filename>
<linespacing>1.15</linespacing>
<filename>Roboto-Regular-Linespacing.ttf</filename>
<size>26</size>
<aspect>0.9</aspect>
</font>
<font>
<name>font_overlay_plotbox</name>
<filename>Roboto-Regular.ttf</filename>
<linespacing>1.6</linespacing>
<filename>Roboto-Regular-Linespacing.ttf</filename>
<linespacing>1.4</linespacing>
<aspect>0.9</aspect>
<size>48</size>
</font>
Expand Down
4 changes: 2 additions & 2 deletions 1080i/Font.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<fonts>
<fontset id="Default" unicode="true">

<include condition="!Skin.HasSetting(RobotoFonts)">Defaults_FauneFonts</include>
<include condition="Skin.HasSetting(RobotoFonts)">Defaults_RobotoFonts</include>
<include condition="Skin.HasSetting(FauneFonts)">Defaults_FauneFonts</include>
<include condition="!Skin.HasSetting(FauneFonts)">Defaults_RobotoFonts</include>

<!-- Standard Fonts -->
<font>
Expand Down
4 changes: 2 additions & 2 deletions 1080i/SkinSettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,8 @@
<visible>Integer.IsEqual(Window.Property(CurrentFocus),9004)</visible>
<include>Defs_Settings_Button</include>
<label>$LOCALIZE[31092]</label>
<selected>Skin.HasSetting(RobotoFonts)</selected>
<onclick>Skin.ToggleSetting(RobotoFonts)</onclick>
<selected>Skin.HasSetting(FauneFonts)</selected>
<onclick>Skin.ToggleSetting(FauneFonts)</onclick>
<onclick>ReloadSkin()</onclick>
</control>

Expand Down
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<addon id="skin.arctic.zephyr.2" name="Arctic Zephyr 2" provider-name="jurialmunkey" version="0.9.36-alpha4">
<addon id="skin.arctic.zephyr.2" name="Arctic Zephyr 2" provider-name="jurialmunkey" version="0.9.36-alpha5">
<requires>
<import addon="xbmc.gui" version="5.14.0" />
<import addon="script.skinshortcuts" version="0.4.0" />
Expand Down
2 changes: 2 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
- Fix for long season numbers
- Add 8 row simple list for pvr
- Add button id 10 for pvr info
- Set Roboto as default plotbox font
- Add linespacing variant for Roboto plot

0.9.35
- Theme switcher between light and dark depending on time of day (Light 6am - Dark 6pm)
Expand Down
Binary file added fonts/Roboto-Regular-Linespacing.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion language/resource.language.en_gb/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ msgstr ""

#: /1080i/SkinSettings.xml
msgctxt "#31092"
msgid "Plot boxes use Roboto font"
msgid "Plot boxes use Faune font"
msgstr ""

#: /1080i/SkinSettings.xml
Expand Down

0 comments on commit fbc7428

Please sign in to comment.