Look at http://phy19.phy.tcd.ie/fltk/Fl_Rotated_Text/
Should be fairly portable and is fast if the text itself does not change often. Basicly it builds a bitmap (it is a subclass of Fl_Bitmap) which you can use with Fl_Widget::image(...) method instead of a label. It supports fltk-like formatting (new lines, left/right adjustment etc). Only multiplications of 90 deg are allowed. Roman Verena wrote: > Hi all, > > Is it possible to draw a Widget with its label on its side, i.e. rotated by > 90 degrees? > Thanks. > > Verena _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

