Bugzilla – Bug 7286
Scrolling through UTF-8 chars on medium font misses a couple of pixels
Last modified: 2009-09-08 09:28:36 UTC
First mentioned in http://forums.slimdevices.com/showthread.php?t=43161 To reproduce: Make sure you're on medium font. Add this RSS feed with Chinese text: http://www.rthk.org.hk/rthk/news/rss/c_expressnews.xml Go to Extras -> RSS -> RTHK. Scroll up/down through the list. Notice the top few pixels don't push up/down properly with the rest of the text.
This is due to the height of the TTF selected for Standard.2 being higher than the bitmap font (which sets the height for scrolling) - needs some tweeking of the TTF, e.g. --- trunk/server/Slim/Display/Lib/Fonts.pm 2008-01-28 21:06:38.000000000 +0000 +++ Slim/Display/Lib/Fonts.pm 2008-03-13 22:47:59.000000000 +0000 @@ -94,7 +94,7 @@ }, 'standard.2' => { - 'GDFontSize' => 17, + 'GDFontSize' => 14, 'GDBaseline' => 28, }, This might be too small thought so its worth looking at changing the height in the bitmap font by a pixel and using size of 15.
change 18086 - let's reduce this and see, how users like it.
Looks good to me. Verified fixed in 7.0.1 - 19251
This bug has recently been fixed in the latest release of SqueezeCenter 7.0.1 Please try that version, if you still see the error, then reopen this bug. To download this version, please navigate to: http://www.slimdevices.com/su_downloads.html
Reduce number of active targets for SC