Java Mailing List Archive

http://www.redhatconfig.com/

Home » Ubuntu Technical Support »

Re: 53-monospace-lcd-filter.conf

Wulfy

2008-06-15

Replies: Find Java Web Hosting

Author LoginPost Reply
Craig Hurley wrote:
> hmm, there's a difference between Karls and NoOps post.
>
> craig@(protected)
> 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


--
ubuntu-users mailing list
ubuntu-users@(protected)
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
©2008 redhatconfig.com - Jax Systems, LLC, U.S.A.