home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Skins
Error in default skin using 0.2.0.0 RC1 onwards?
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="tklon" data-source="post: 32924" data-attributes="member: 10368"><p><strong>Solution for bug 560 found...</strong></p><p></p><p>I found the problem which causes bug 560.</p><p></p><p></p><p></p><p>The character of the fonts are written to a png file in the fonts folder of each skin. Problem is that on some places the characters are to close to the next character. The space between the characters need to be increased.</p><p></p><p>The file <strong>mediaportal/mediaportal/Core/guilib/GUIFont.cs</strong> causes the behavior. The problem occured whit the changes between version 1.35 and 1.36 of that file.</p><p>Timestamp of the change: version 1.36, Thu Jul 21 10:53:50 2005 UTC</p><p></p><p>Have a look here:</p><p><a href="http://cvs.sourceforge.net/viewcvs.py/mediaportal/mediaportal/Core/guilib/GUIFont.cs?r1=1.35&r2=1.36" target="_blank">http://cvs.sourceforge.net/viewcvs.py/mediaportal/mediaportal/Core/guilib/GUIFont.cs?r1=1.35&r2=1.36</a></p><p></p><p>Increasing <strong>spacingPerChar</strong> from 1 to 2 fixes the problem for me.</p><p></p><p>So could a dev please change the line:</p><p></p><p><strong>spacingPerChar=1;</strong></p><p>to</p><p><strong>spacingPerChar=2;</strong></p><p></p><p>Thank you!!! :lol:</p></blockquote><p></p>
[QUOTE="tklon, post: 32924, member: 10368"] [b]Solution for bug 560 found...[/b] I found the problem which causes bug 560. The character of the fonts are written to a png file in the fonts folder of each skin. Problem is that on some places the characters are to close to the next character. The space between the characters need to be increased. The file [b]mediaportal/mediaportal/Core/guilib/GUIFont.cs[/b] causes the behavior. The problem occured whit the changes between version 1.35 and 1.36 of that file. Timestamp of the change: version 1.36, Thu Jul 21 10:53:50 2005 UTC Have a look here: [url]http://cvs.sourceforge.net/viewcvs.py/mediaportal/mediaportal/Core/guilib/GUIFont.cs?r1=1.35&r2=1.36[/url] Increasing [b]spacingPerChar[/b] from 1 to 2 fixes the problem for me. So could a dev please change the line: [b]spacingPerChar=1;[/b] to [b]spacingPerChar=2;[/b] Thank you!!! :lol: [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Skins
Error in default skin using 0.2.0.0 RC1 onwards?
Contact us
RSS
Top
Bottom