> my code looks like following with fltk1.1: > > fl_font(1, 8); > > now I switched to fltk2.0 and get the error: > > invalid conversion from âintâ to âfltk::Font*â > > why? did the syntax of the gl_font command change? where is this documented?
edit: ok, found the problem. and the solution: fl_font(font(1),8);
_______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

