53-monospace-lcd-filter.conf

NoOp glgxg at sbcglobal.net
Sun Jun 15 17:39:37 UTC 2008


On 06/15/2008 10:01 AM, Craig Hurley wrote:
> Hello,
> 
> can someone post the contents of a default 
> /etc/fonts/conf.avail/53-monospace-lcd-filter.conf
> 
> ty
> 

~$ cat /etc/fonts/conf.avail/53-monospace-lcd-filter.conf
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- conf.d/monospace-lcd-filter.conf -->
<fontconfig>
<!--  Use legacy LCD filter on smaller Monospace fonts -->
  <match target="font">
    <test name="family">
      <string>DejaVu Sans Mono</string>
      <string>Bitstream Vera Sans Mono</string>
    </test>
    <test name="pixelsize" compare="less_eq">
      <double>12.0</double>
    </test>

    <edit name="lcdfilter" mode="assign">
      <const>legacy</const>
    </edit>
    <edit name="hintstyle" mode="assign">
      <const>hintfull</const>
    </edit>
  </match>
</fontconfig>





More information about the ubuntu-users mailing list