On Wed, May 06, 2009 at 06:45:05PM +0800, Zhang Weiwu wrote: > 2009-05-06 18:38:16.098 Terminal[2739] The font specified for NSFont, > Helvetica, can't be found.
I believe I already ran into this one: If I'm not mistaken, the cairo backend will use fontconfig, so you should try to set the NSFont (and NSBoldFont) defaults to one of the fonts available via fontconfig (the "fc-list"-command will output a list of available fonts). That said, I highly suspect that your segfault is unrelated to the font issue. best regards, Niels _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
