> I really do like the way fonts are rendered then. > > Except for that kerning bug that occurs in italic fonts: > see googlealerts(hintmedium,subpixelhinting,nativ).png > > Where / whom should I report this? ;-)
Ok, I worked around it in the following way: Added > <match target="font" > > <test compare="not_eq" name="slant" qual="any" > > <const>roman</const> > </test> > <test compare="less" name="weight" > > <const>medium</const> > </test> > <edit mode="assign" name="hintstyle" > > <const>hintslight</const> > </edit> > </match> to my .fonts.conf. (via http://www.infinality.net/blog/?p=3) -- GnuPG: https://www1.inf.tu-dresden.de/~s3418892/micuintus.asc Fingerprint: 1A15 A480 1F8B 07F6 9D12 3426 CEFE 7455 E4CB 4E80 <<</>> https://wiki.c3d2.de/Benutzer:Micuintus -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

