Kodi Community Forum

Full Version: Help Change Font size !! pieh's RSS script.rssclient-standalone
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I Download the addon call "script.rssclient-standalone"

https://github.com/downloads/pieh/pieh-x...y.pieh.zip
Now I can use this RSS reader to read news feed , but I have only 1 problem:

How can I change the font size for the news feed? it is too small ...
Which file to edit?
Image

Did any one use this or there is other RSS Full text reader out there?
Just edit script-rssclient-standalone-main.xml (in default and/or skin.confluence ):
I changed font10 into font11
Code:
<control type="textbox" id="30009">
                <posx>380</posx>
                <posy>280</posy>
                <width>860</width>
                <height>268</height>
                <aligny>top</aligny>
                <align>left</align>
                <autoscroll time="3000" delay="4000" repeat="5000">True</autoscroll>
                <label>$INFO[Container(30050).ListItem(0).Property(desc)]</label>
                <font>font11</font>
                <textcolor>white</textcolor>
                <spincolor>FFFFFFFF</spincolor>
            </control>
But when I change the font to like 25, it won't change , my grandmother need those font to be bigger , Help !!!
(2012-07-20, 07:53)sfbay99 Wrote: [ -> ]But when I change the font to like 25, it won't change , my grandmother need those font to be bigger , Help !!!

Have you tried using a font that is defined in the skins 'Font.xml' located in the 720p folder (eg 'font28_title' for the confluence skin)?
it works I can use large size font now, but this Addon have no exist function, "backspace" don't work, I use a remote control , it got stuck inside this Addon !!! Help