Antialiased fonts in emacs 23.2 on Windows
Posted
by Damyan
on Stack Overflow
See other posts from Stack Overflow
or by Damyan
Published on 2010-05-18T14:18:54Z
Indexed on
2010/05/18
14:20 UTC
Read the original article
Hit count: 249
I'm having trouble getting antialiased fonts to work correct in emacs 23.2, to the extent that it appears that it doesn't actually support antialised fonts.
If I do the following in emacs 23.1:
(set-face-font 'default "DejaVu Sans Mono-9.0:antialias=subpixel")
(describe-font nil)
Then this reports the full name as "DejaVu Sans Mono-9.0:antialias=subpixel", and the font looks nice and smooth.
However, doing the same thing in emacs 23.2 gives the full name as "DejaVu Sans Mono-9.0" and the font looks nasty and chunky.
Is there something I'm doing wrong?
© Stack Overflow or respective owner