--- Mark Shroyer <mark@markshroyer.com> wrote:I suppose you could use in fonts.conf something like this for Vera (adjust the size under which you want hinting to be OFF, or you can remove the test for pixelsize to always unhint the font), and you can add some other fonts too: <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <!-- The Bitstream Vera fonts have GASP entries suggesting that hinting be disabled below 8 ppem, but FreeType ignores those, preferring to use the data found in the instructed hints. The initial Vera release didn't include the right instructions in the 'prep' table. Fix this by disabling hinting manually at smaller sizes (< 8ppem) --> <match target="font"> <test name="family"> <string>Bitstream Vera Sans</string> </test> <test name="pixelsize" compare="less"> <double>7.5</double> </test> <edit name="hinting"> <bool>false</bool> </edit> </match> <match target="font"> <test name="family"> <string>Bitstream Vera Serif</string> </test> <test name="pixelsize" compare="less"> <double>7.5</double> </test> <edit name="hinting"> <bool>false</bool> </edit> </match> <match target="font"> <test name="family"> <string>Bitstream Vera Sans Mono</string> </test> <test name="pixelsize" compare="less"> <double>7.5</double> </test> <edit name="hinting"> <bool>false</bool> </edit> </match> </fontconfig> --- CUT --- R-C Be smarter than spam. See how smart SpamGuard is at giving junk email the boot with the All-new Yahoo! Mail at http://mrd.mail.yahoo.com/try_beta?.intl=ca
| Greg Kroah-Hartman | [PATCH 005/196] Chinese: add translation of SubmittingDrivers |
| Andrew Morton | Re: 2.6.23-rc4-mm1 |
| Rafael J. Wysocki | Re: Slow DOWN, please!!! |
| Artem Bityutskiy | Re: [RFC PATCH 05/26] UBIFS: add file-system build |
git: | |
| Benjamin Collins | Re: git-gui hangs on read |
| Jon Smirl | ! [rejected] master -> master (non-fast forward) |
| Jakub Narebski | Re: Corruption: empty refs/heads in otherwise filled repo: cannot clone? |
| Johannes Schindelin | Re: [ANNOUNCE] GIT 1.5.4 |
| Mattieu Baptiste | Re: Real men don't attack straw men |
| Todd Pytel | IDE or SCSI virtual disks for VMWare image? |
| Douglas Maus | NFS mount by non-root |
| Joel Wiramu Pauling | Re: Suggested PF Setup when using BitTorrent? |
| Stephen Tweedie | [ANSWER] Re: NR_INODE / NR_FILE |
| Bill Bogstad | Re: A question about ramdisks |
| Jim Winstead Jr. | FAQ - Where is it? |
| Steve M. Robbins | another adduser utility available |
| types of kernel | 46 minutes ago | Linux kernel |
| magical mounts | 17 hours ago | Linux kernel |
| Problem in scim in Fedora 9 | 18 hours ago | Linux general |
| The new Western Digital power saving drives | 18 hours ago | Hardware |
| Battery Maximizer Software | 1 day ago | Linux kernel |
| windows folder creation surprise | 1 day ago | Windows |
| Firewall | 2 days ago | OpenBSD |
| IP layer send packet | 2 days ago | Linux kernel |
| dtrace for linux available | 3 days ago | Linux kernel |
| Unable to mount ramdisk image using UBoot while upgrading to 2.6.15 kernel for a MPC8540 based target | 3 days ago | Linux kernel |
