forked from openlp/openlp
fde39b76fc
settings coming from an XML file. The renderer should perform all the tasks required by the current (1.0.x) theme capabilities, and there are plenty of testcases for the code. The code itself is still WIP, so there's lots of debug print()s in there and some nastiness to be tidied up. bzr-revno: 13
18 lines
628 B
XML
18 lines
628 B
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<Theme>
|
|
<Name>openlp.org 2.0 Demo Theme</Name>
|
|
<BackgroundType>2</BackgroundType>
|
|
<BackgroundParameter1>./openlp/core/test/data_for_tests/treesbig.jpg</BackgroundParameter1>
|
|
<BackgroundParameter2>clBlack</BackgroundParameter2>
|
|
<BackgroundParameter3/>
|
|
<FontName>Tahoma</FontName>
|
|
<FontColor>clWhite</FontColor>
|
|
<FontProportion>16</FontProportion>
|
|
<Shadow>-1</Shadow>
|
|
<ShadowColor>$00000001</ShadowColor>
|
|
<Outline>-1</Outline>
|
|
<OutlineColor>clRed</OutlineColor>
|
|
<HorizontalAlign>2</HorizontalAlign>
|
|
<VerticalAlign>2</VerticalAlign>
|
|
</Theme>
|