On Wed, Jan 20, 2010 at 05:29:04PM +0100, Andreas Höschler wrote: > ls /opt/GNUstep/Local/Library/Fonts/ > > Helvetica.nfont > > Shouldn't this work with the only font that comes with GNUstep?
Since you seem to be using a backend that relies on freetype for font rendering, GNUstep will try to use one of your system's fonts. You should be able to get a list of installed font's by running "fc-list" and pick a sensible one by executing "defaults write NSGlobalDomain NSFont '$FONT_NAME'". hope that helps, Niels
signature.asc
Description: Digital signature
_______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
