Dear All, Now I am using fltk1.3, I have the following sample code.
Fl_Button *b1 = new Fl_Button(200, 200, 800, 250, "&Beep");
b1->labelcolor(FL_BLUE);
b1->labelsize(36);
printf("text size = %d\n", b1->labelsize());
b1->box(FL_NO_BOX);
But the font display is still 14pix but not 36, the print message shows the
text size is 36. Why?
Best regards,
Leo
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

