emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Subpixel averaging


From: James Cloos
Subject: Re: Subpixel averaging
Date: Fri, 28 Mar 2008 19:27:54 -0400
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

>>>>> "Chong" == Chong Yidong <address@hidden> writes:

Chong> But none of the other applications on the Gnome desktop seem to
Chong> need these tweaking.  Why is Emacs the only one?

Gnome uses gconf for configuration rather than xrm resources.

The following is all I have in xrm related to Emacs, and -- when
combined with my fonts.conf config -- does generate subpixel fonts:

,----[ .Xdefaults excerpt ]
|       Xft.rgba: rgb
|
| Emacs.toolBar: off
| Emacs.menuBar: off
| *FontBackend: xft
| emacs.font: DejaVu Sans Mono:pixelsize=14
`----

,----[ .fonts.conf excerpt ]
| <?xml version="1.0"?>
| <fontconfig>
|
|  <match target="font" >
|   <edit mode="assign" name="hinting" >
|    <bool>true</bool>
|   </edit>
|  </match>
| 
|  <match target="font" >
|   <edit mode="assign" name="hintstyle" >
|    <const>hintfull</const>
|   </edit>
|  </match>
| 
|  <match target="font" >
|   <edit mode="assign" name="rgba" >
|    <const>rgb</const>
|   </edit>
|  </match>
|
| </fontconfig>
`----

-JimC
-- 
James Cloos <address@hidden>         OpenPGP: 1024D/ED7DAEA6




reply via email to

[Prev in Thread] Current Thread [Next in Thread]