
Should that not be in the einfo for freetype?http://bugs.gentoo.org/show_bug.cgi?id=173804
Comment #3. purge ~/.font* /etc/font* and re-emerge fontconfig and freetype (not sure if freetype needs to be re-emerged).
I have same problemHorus107 wrote:Hello,
I've done the recent freetype update (on version 2.3.3) and now some types of fonts log significantly worse than before. Sme letters have something like a red shadow (look at http://xgm.de/staticfiles/freetype.png) furthermore the bold standard font looks rather like Comic Sans MS. (rounded corners)
I use KDE 3.5.5 with Bitstream Vera Sans 12 as standard font. Anti Aliasing is enabled with Sub-Pixel Hinting RGB enables. Hinting style is medium. My screen is a TFT.
Any ideas? Recommandation for other fonts that look good a a screen?
Thanks,
Florian
Code: Select all
Comment #3. purge ~/.font* /etc/font* and re-emerge fontconfig and freetype (not sure if freetype needs to be re-emerged).
Well, read the thread I pointed at.Horus107 wrote:the bold fonts still look ugly.
Code: Select all
<!-- Disable hinting for bold fonts -->
<match target="font">
<test name="weight" compare="more"><const>medium</const></test>
<edit name="autohint" mode="assign"><bool>false</bool></edit>
<edit name="hinting" mode="assign"><bool>false</bool></edit>
</match>Code: Select all
<match target="font">
<edit name="autohint" mode="assign"><bool>false</bool></edit>
</match>
Could you tell me how to determine which older versions are available and how to downgrade? I think you have to put something in one of the /etc/portage files but I've never been quite sure.oober wrote:I just went back to an earlier version of freetype. Looks much better. I hope they get this problem sorted out soon.
Code: Select all
# eix media-libs/freetype
[I] media-libs/freetype
Available versions:
(1) 1.3.1-r4 1.3.1-r5
(2) 2.1.9-r1 2.1.10-r2 2.1.10-r3 2.3.3 ~2.3.4-r1
Code: Select all
mkdir -p /etc/portage/package.mask/
echo '=media-libs/freetype-2.3.3' >> /etc/portage/package.mask/freetype
Same for me. My laptop is fine. But my main computer has not just ugly fonts, but within MythTV the letters were overlapping and totally broken.Quincy wrote:The interesting point is: I have four machines with quite the same software configuration, but two of them look ugly now and two don't, but i can't find the difference. Has this something to do with the graphics driver (beacuse these are different between the machines)?