Changes to the skinning engine for Kodi Leia
#35
2017-11-25 DialogTextViewer.xml - monofont option

skins can now define a monospace fonttype in the textbox control inside the textviewer dialog:
xml:
<control type="textbox" id="5">
<left>1%</left>
<top>85</top>
<width>82%</width>
<height>647</height>
<shadowcolor>black</shadowcolor>
<pagecontrol>3000</pagecontrol>
<font>font14</font>
<monofont>mono30</monofont>
</control>

users can toggle between the regualr font and the monospace font using the 'togglefont' action.

https://github.com/xbmc/xbmc/pull/13092
https://github.com/xbmc/xbmc/commit/cc5a...3024710b45

https://github.com/xbmc/xbmc/pull/13097
https://github.com/xbmc/xbmc/commit/ce25...4a2a942c51
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply


Messages In This Thread
RE: Changes to the skinning engine for Kodi Leia - by ronie - 2018-02-27, 21:35
Logout Mark Read Team Forum Stats Members Help
Changes to the skinning engine for Kodi Leia2