buggy,
If you want to stay with the xlib backend, which works, but is somewhatyou 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.
_______________________________________________ Help-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnustep
