in FLTK2, how to output some text (like in MultiLineOutput) but with
different color and/or font (i.e. bold) for given words?

In example AnsiWidget seems to be doing that...

But I would prefer to set things by hand over using controll characters.
Like

out->setcolor(...);
out->insert("Some text");
out->bold();
out->insert("test");

etc

-- 
RafaƂ Maj
Software developer
http://www.limcore.com/

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to