Hi, I'm running gentoo box and I have UI font set to Lucida Grande (size 9), every freetype version since 2.2 renders it bigger that 2.1.10, other fonts seems to be unaffected so this appears as a bug for me but I would like someone to verify if it's a bug or a correct behaviour of freetype.
screenshots are here: my freetype 2.1.10-r2 http://pcserwis.net/img/freetype-2.1.10.png freetype 2.3.1_20070207 (any freetype >=2.2 gives same look) http://pcserwis.net/img/freetype-2.3.1_20070207.png My local.conf: <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <!-- Info at http://gentoo-wiki.com/HOWTO_Xorg_and_Fonts --> <!-- Replace Courier with a better-looking font --> <match target="pattern" name="family"> <test name="family" qual="any"> <string>Courier</string> </test> <edit name="family" mode="assign"> <string>Lucida Grande</string> </edit> </match> <match target="font"> <edit name="rgba" mode="assign"> <const>rgb</const> </edit> <edit name="autohint" mode="assign"> <bool>true</bool> </edit> <edit name="antialias" mode="assign"> <bool>true</bool> </edit> <edit name="hinting" mode="assign"> <bool>true</bool> </edit> <edit name="hintstyle" mode="assign"> <const>hintfull</const> </edit> </match> <!-- Disable autohint for bold fonts, otherwise they look *too* bold --> <match target="font"> <test name="weight" compare="more"> <const>medium</const> </test> <edit name="autohint" mode="assign"> <bool>false</bool> </edit> </match> <!-- Reject bitmap fonts in favour of Truetype, Postscript, etc. --> <selectfont> <rejectfont> <pattern> <patelt name="scalable"> <bool>false</bool> </patelt> </pattern> </rejectfont> </selectfont> </fontconfig>
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Freetype mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/freetype
