This is the mail archive of the cygwin-xfree mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to turn off text antialias ?


xerces8 schrieb:
> From: Holger Krull <holger.krull@gmx.de>
> Date: Mon, 10 Sep 2007 16:16:40 +0200
> 
>> xerces8 schrieb:
>>>  
>>> I find the text/font antialias blurry and want to turn it off.
>>> How do I do that ?
>>
>>> The app is gaim running on a remote debian etch system.
>> gaim uses gtk if i remember right, so setting 
>> GDK_USE_XFT=0
>> before starting it may be enough.
> 
> No, unfortunately it is not.

To bad.
XFT font antialiasing should be completly disabled creating a file named .fonts.conf in your remote home directory with following entry:

<match target="font">
   <edit name="antialias" mode="assign">
      <bool>false</bool>
   </edit>
</match>


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]