winapi - Antialiased fonts in emacs 23.2 on Windows -


I'm having trouble getting antialiase fonts to work properly in EMX 23.2, it seems that it is not In fact Antialius supports fonts.

If I do the following in MACAS 23.1:

  (set-face-font 'default') Dijav Sense Mono-9.0: Antialiase = Subpixel ") (Description- Font zero)  

Then it says the full name as "Dejawu sans mono-9.0: antialiase = subpixel", and the font looks nice and smooth.

However, doing the same thing in Emacs 23.2 is given full name as "Deja Sans Mono-9.0" and the font looks dirty and chunky.

Is there something that I am doing wrong?

There was a bug that should be fixed in future versions of emacs;


Comments