Re: [fltk.development] RFC: doc revision for fl_measure()

2012-02-04 Thread Albrecht Schlosser
On 04.02.2012 18:29, Greg Ercolano wrote: I've revised the docs to clarify this in r9233: http://fltk.org/newsgroups.php?s6520+gfltk.commit+v6539+T0 Suggs welcome on wording/clarification, Looks good to me, thanks. Albrecht ___ fltk-dev mailing

Re: [fltk.general] Fl_Output doesn't draw properly

2012-02-04 Thread Greg Ercolano
On 02/04/12 00:31, testalucida wrote: I tried that before and I could swear width always being 0. But as I wrote this I tried again (on Linux) and it worked. Perhaps it was on Windows? I'll try on Monday. I'm guessing in the tests where you got 0, fl_font() hadn't been set

Re: [fltk.general] Fl_Output doesn't draw properly

2012-02-04 Thread Albrecht Schlosser
On 04.02.2012 00:08, testalucida wrote: On 02/03/12 11:21, testalucida wrote: Hi all, thank you for your efforts! It works as you say, but I still can't understand why this doesn't work: textfont( FL_HELVETICA_BOLD ); textsize( 12 ); (instead of fl_font(textfont(), textsize()); )