Re: [Fxruby-users] make FXFontDialog robust to illegal fontdesc
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <ly...@kn...> - 2004-07-07 09:48:13
|
On Jul 6, 2004, at 6:03 AM, Simon Strandgaard wrote: > if one initializes FXFontDialog with an illegal fontdesc, then no > font appears to choose among.. the dialog box is just empty. > If I put a check in the 'All Fonts:', then I see the full list of > fonts. > Wouldn't it be an idea to make FXFontDialog robust to illegal font > descriptions? This is probably something that would need to be addressed directly in the FOX toolkit, since FXRuby just wraps the FXFontDialog as-is. However, I've added this one to the FXRuby bug list for now and will see if there is something we can do in the Ruby layer. |