On 5 Jun 2009, at 14:12, Michael Schmid wrote: > It sounds stupid but I don't find a appropriate method to show text on > an image. It should be possible to position the text wehereever I > want. > I also want to determine the size, the color and the font of the > text. I > show the image in a box.
For this, you are probably best deriving your own widget, then in its ::draw() method you can write text over the widget as much as you like using the fl_draw(const char *, int x, int y) function. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

