Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 127478 - Probably a freetype rounding bug with sazanami-mincho (upstream bug)
Summary: Probably a freetype rounding bug with sazanami-mincho (upstream bug)
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Fonts Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-24 14:20 UTC by Rafał Mużyło
Modified: 2007-03-31 18:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rafał Mużyło 2006-03-24 14:20:48 UTC
I've detected it in gjiten, but later managed to reproduce it in firefox.
1. media-libs/freetype-2.1.10 media-libs/fontconfig-2.3.2
For character 部 (U+90e8).
Top line in the right part of the sign disappears when size of font is between 11 and 21 (when checking integer values). I believe it's a rounding bug, cause when I played a bit with float values I discovered that for value 21.600 that part is gone, but for 21.6001 it's there. Various things that may be important: (from fc-match) 
for size=21.6 - pixelsize: 22.5
for size=21.6001 - pixelsize: 22.5001
for both - dpi: 75
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2007-03-31 18:01:27 UTC
If this is still a problem in 2.3.2 please report it upstream.

Thanks. :)