|
From: | Adam Fedor |
Subject: | Re: Helvetica |
Date: | Mon, 4 Apr 2005 10:27:24 -0600 |
If you want to stay with the xlib backend, which works, but is somewhatbuggy,you should do the following: defaults write NSGlobalDomain NSFont <Whatever font you want> defaults write NSGlobalDomain NSFontSize <some size>
FYI, the problem just started because Anti-Aliased (Xft) fonts were enabled by default in xlib in the latest version. Doing:
defaults write NSGlobalDomain GSFontAntiAlias NO would also work.
[Prev in Thread] | Current Thread | [Next in Thread] |