> I am trying to display the text (one page text contains) on full > screen (600*800 pixels) by using Fl_Text_Display widget > > It is displaying the full text (one page) on the screen > But problem is > In the end of the line. Half of the word is displayed and remaining > half of the word is the displaying in the next line > > I want the last word should be displayed on the same line. If space > is not there it should display in the next line
Have you tried experimenting with Fl_Text_Display::wrap_mode() ? D. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

