mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
some changes in metrixHD
This commit is contained in:
@@ -2,9 +2,6 @@
|
||||
<!DOCTYPE globals SYSTEM "../../../../dtd/globals.dtd">
|
||||
|
||||
<globals>
|
||||
<!--
|
||||
define all your needed colors here
|
||||
-->
|
||||
<colors>
|
||||
<color name="clrRed">FFFF0000</color>
|
||||
<color name="clrGreen">FF5FE200</color>
|
||||
@@ -21,35 +18,15 @@
|
||||
<color name="clrRedTrans">55FF0000</color>
|
||||
<color name="clrTransparent">00000000</color>
|
||||
</colors>
|
||||
<!--
|
||||
these variables can be used everywhere in the templates
|
||||
variabls of type int can also be used as conditions, just
|
||||
set such a variable to 1 for true and 0 for false
|
||||
-->
|
||||
|
||||
<variables>
|
||||
<var type="string" name="stringglobal">hützligrütz</var>
|
||||
<var type="double" name="pi">3.14</var>
|
||||
</variables>
|
||||
<!--
|
||||
translations used in the skin
|
||||
-->
|
||||
|
||||
<translations>
|
||||
</translations>
|
||||
<!--
|
||||
The three Fonts FontOSD, FontFix and FontSml configured in VDR
|
||||
can be used in all template "font" attributes with this tokens:
|
||||
{vdrOsd}
|
||||
{vdrFix}
|
||||
{vdrSml}
|
||||
If you like to use further fonts, just define them below.
|
||||
Syntax:
|
||||
<font name="tokenname">fontname</font>
|
||||
These fonts can then also be used in all templates in the "font"
|
||||
attribute.
|
||||
if an invalid font is used in a template, vdrOsd is used as default.
|
||||
-->
|
||||
|
||||
<fonts>
|
||||
<font name="light">VDROpen Sans Light:Light</font>
|
||||
<font name="semibold">VDROpen Sans Semibold:Semibold</font>
|
||||
<font name="light">Open Sans Light:Light</font>
|
||||
<font name="semibold">Open Sans:Semibold</font>
|
||||
</fonts>
|
||||
</globals>
|
||||
|
||||
Reference in New Issue
Block a user