Access Aqua font smoothing in Apple's X11

Feb 11, '03 10:19:06AM

Contributed by: XSage

For those interested, freetype aware programs under x-windows can use Apple's version of the font server for font anti-aliasing. To enable this, just add the following lines to /etc/X11/XftConfig:

 dir "/Library/Fonts"
dir "/System/Library/Fonts"
Then restart X11 and try:
 open-x11 xterm -fa Monaco -fs 12
X11 should come up with an xterm with smooth text! In principle any freetype support program should work with this. Credit should go to The Fink Users Mail-list and Ettore Aldrovandi for this cool little trick.

Comments (16)


Mac OS X Hints
http://hints.macworld.com/article.php?story=20030211071906995