53-monospace-lcd-filter.conf

Wulfy wulfmann at tiscali.co.uk
Sun Jun 15 22:25:07 UTC 2008


Craig Hurley wrote:
> hmm, there's a difference between Karls and NoOps post.
>
> craig at ash:~$ diff karl noops
> 15,16c15,16
> <     <edit name="lcd_filter" mode="assign">
> <       <const>lcdfilterlegacy</const>
> ---
>  >     <edit name="lcdfilter" mode="assign">
>  >       <const>legacy</const>
>
> Can someone else (using 8.04) post their 53-monospace-lcd-filter.conf 
> please?
>
> ty.
>
>   
There ya go!  :@)

<?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="lcd_filter" mode="assign">
      <const>lcdfilterlegacy</const>
    </edit>
    <edit name="hintstyle" mode="assign">
      <const>hintfull</const>
    </edit>
  </match>
</fontconfig>

-- 
Blessings

Wulfmann

Wulf Credo:
Respect the elders. Teach the young. Co-operate with the pack.
Play when you can. Hunt when you must. Rest in between.
Share your affections. Voice your opinion. Leave your Mark.
Copyright July 17, 1988 by Del Goetz





More information about the ubuntu-users mailing list