Bug 7286 - Scrolling through UTF-8 chars on medium font misses a couple of pixels
: Scrolling through UTF-8 chars on medium font misses a couple of pixels
Status: CLOSED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Display
: 7.0
: Macintosh Other
: -- minor (vote)
: 7.x
Assigned To: Unassigned bug - please assign me!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-02-22 11:55 UTC by Andy Grundman
Modified: 2009-09-08 09:28 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Grundman 2008-02-22 11:55:23 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.
Comment 1 Adrian Smith 2008-03-13 15:55:29 UTC
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.
Comment 2 Michael Herger 2008-03-27 08:21:01 UTC
change 18086 - let's reduce this and see, how users like it.
Comment 3 Spies Steven 2008-05-02 14:24:55 UTC
Looks good to me.  Verified fixed in 7.0.1 - 19251
Comment 4 James Richardson 2008-05-15 12:28:24 UTC
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
Comment 5 Chris Owens 2009-07-31 10:17:36 UTC
Reduce number of active targets for SC