Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1  
Old 27th April 2005, 01:13 PM
liraz Offline
Registered User
 
Join Date: Apr 2005
Posts: 67
.fonts.conf, Disabling AA only for windows fonts.

I recently installed the microsoft core fonts and was wondering how to only disable AA for the ms core fonts. They're installed in /usr/share/fonts/msttcorefonts.

Anyway so far I just have a script which disables AA for fonts smaller then 15 etc. but doing this will wreck some of the other good linux fonts like monospace(I use it for x-chat).


I will paste my .fonts.conf, just incase.
Quote:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font" >
<test compare="more" name="pixelsize" qual="any" >
<double>0</double>
</test>
<test compare="less" name="pixelsize" qual="any" >
<double>15</double>
</test>
<edit mode="assign" name="antialias" >
<bool>false</bool>
</edit>
</match>
<match target="pattern" >
<test name="family" qual="any" >
<string>Bitstream Vera Sans</string>
</test>
<edit mode="assign" name="family" >
<string>Arial</string>
</edit>
</match>
<match target="pattern" >
<test name="family" qual="any" >
<string>Helvetica</string>
</test>
<edit mode="assign" name="family" >
<string>Arial</string>
</edit>
</match>
<match target="pattern" >
<test name="family" qual="any" >
<string>Palatino</string>
</test>
<edit mode="assign" name="family" >
<string>Georgia</string>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="hinting" >
<bool>true</bool>
</edit>
</match>
<match target="font" >
<test compare="more" name="size" qual="any" >
<double>0</double>
</test>
<test compare="less" name="size" qual="any" >
<double>11</double>
</test>
<edit mode="assign" name="antialias" >
<bool>false</bool>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="hintstyle" >
<const>hintmedium</const>
</edit>
</match>
</fontconfig>
  #2  
Old 27th April 2005, 01:40 PM
PeTzZz Offline
Retired Community Manager
 
Join Date: Mar 2004
Location: Tartu
Posts: 1,550
Duplicate. Thread closed.

http://forums.fedoraforum.org/showthread.php?t=51981
Closed Thread

Tags
disabling, fonts, fontsconf, windows

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows fonts ghenghis Installation and Live Media 12 29th January 2009 09:55 AM
Windows & Fonts Slikk2k Using Fedora 7 16th August 2006 05:55 AM
Windows fonts guide(Including my .fonts.conf) liraz Guides & Solutions (No Questions) 1 25th June 2005 05:24 AM
help with .fonts.conf liraz Using Fedora 0 13th June 2005 11:01 AM


Current GMT-time: 19:42 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat