On 15.01.2008, at 13:58, MacArthur, Ian (SELEX) (UK) wrote: > >> >> uchar Fl_Widget::size; >> >> to int and recompile FLTK (assuming you are going to link >> statically). > > I'm not sure this is quite what you intended, Matthias? > The "size" member of Fl_Widget is (IIRC) the size of the widget, not > it's text size... > There's a "uchar size;" member of Fl_Label, which is defined in > Fl_Widget.H - that maybe is what you were thinking of? I guess > changing > that would allow label sizes bigger than 255 to be stored.
Ooops, yes, you are right. I did not go into all the details. > But, I think you'd maybe also have to seek out all the various > "textsize", "textsize_", "labelsize", "labelsize_", etc. members to > make > it really work? > Looks like a fair bit of work. > > Or I could be wrong... Nah, you are probably right, Matthias ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

