Re: Helvetica
Adam Fedor <[email protected]>
| Newsgroups | gmane.comp.lib.gnustep.user |
|---|---|
| Message-ID | <[email protected]> |
>> >> If you want to stay with the xlib backend, which works, but is >> somewhat > buggy, >> 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.