> Well... if the OP wants to globally change the default font size - which in > re-reading seems to be the case - then FL_NORMAL_SIZE is the "answer"... It > has global scope, IIRC, so all you need do is, in your main, before any > widgets are created, put: > > extern int FL_NORMAL_SIZE; > > then... > > FL_NORMAL_SIZE = <something>; > > > And that ought to do the trick. Possibly! > > Any good?
It works! Thanks :) I missed the extern tag... _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

