[Fontconfig] Per application settings in .fonts.conf?

Wendell P wendellp at operamail.com
Mon Dec 10 16:26:16 PST 2012


You can make application-specific settings in ~/.Xresources with syntax
like:

xterm*background: #FFFFFF
xterm*foreground: #000000
xterm*font: <some font>

Is it possible to make settings for specific applications in
~/.fonts.conf? If so, what is the syntax? For example, how would I
change this to apply only to a specific app?

<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
  <match target="font">
    <edit mode="assign" name="antialias"><bool>false</bool></edit>
  </match>
</fontconfig>

-- 
http://www.fastmail.fm - Email service worth paying for. Try it for free



More information about the Fontconfig mailing list