Issue178

classification
Title antialiasing
Type Module
Severity Platform
Keywords
explanation
process
These optional controls are only of interest to committers and tracker administrators.
Status new   Reason
Superseder   Submitted 2007-12-06.10:41:18
Priority   Assigned To
Nosy List  

Created on 2008-01-19.06:43:06 by giacomo.boffi, last changed 2008-01-19.06:43:06 by giacomo.boffi.

Messages
msg268 [hidden] ([hidden]) Date: 2008-01-19.06:43:06
  Message-ID: <86eje0umup.fsf@boffi95.stru.polimi.it>
The following message is a courtesy copy of an article
that has been posted to comp.emacs.xemacs as well.

Giacomo Boffi <giacomo.boffi@polimi.it> writes:

> [...] rebuild [a recent] xemacs [beta] using at least the following
> options to configure
>
> ./configure --enable-mule --with-xft=emacs,menubars 
>
> (you may find that you have to install some lib___-dev to explete
> all dependencies)
>
> and specify to xemacs that it should use an antialiasable font, e.g.,
> put these lines in your ~/.Xdefaults (using #define's in .Xdefaults
> cuts boring hand substitutions)
>
> #define MONO    mono
> #define SANS    sans
> #define PTSIZEM 12
> #define PTSIZES 11
>     XEmacs.default.attributeFont: MONO:size=PTSIZEM
>        XEmacs.bold.attributeFont: MONO:size=PTSIZEM:style=Bold
>      XEmacs.italic.attributeFont: MONO:size=PTSIZEM:style=Oblique
> XEmacs.bold-italic.attributeFont: MONO:size=PTSIZEM:style=Bold Oblique
>    XEmacs.modeline.attributeFont: SANS:size=PTSIZES
>              XEmacs.menubar.font: SANS:size=PTSIZES
>                   XEmacs*xftFont: SANS:size=PTSIZES
>
> [finally] run "xrdb -merge" before starting the new, xft-enabled xemacs

i think this is the answer to, sort of, a FAQ --- anyone of Those Who
Commit can add something in the vein of what i've written above to the
very much appreciated xemacs-faq.info?
-- 
MMAX>>Il vero problema è che non hai i culo peloso, non armo.
IsaZ> Senti, non è che potresti mettere delle note a piè di pagina?
History
Date User Action Args
2008-01-19 06:43:06giacomo.bofficreate