Just wondering if anyone has run into this same problem and if there is a fix coming, or whether I need to do more research.
Basically, I create a GtkFontSelectorDialog which comes up great. I can choose various fonts just fine, but either after selecting fonts for a while or when choosing what appears to be random font parameter combinations, my application exits. Sometimes I get a core sometimes I don't. Sometimes it causes a memory fault, sometimes it causes a bus error. When I do get a core according to purify the crash happened somewhere in the GDK library.
Also, how would is there a way to get the string name of a font given a GdkFont ? Basically, I want to call the gtk_font_selection_dialog_set_font_name() based upon the current font loaded by the theme (or other), but all I have is a GdkFont ? any ideas ?
Any suggestions ?
Cheers,
Tim.