I'm trying to add a bit of formatting to a pop-up message. Specifically, I want 
to print "Theta" with the Greek letter (symbol: q) between more text, as in: 
"The value of Theta is 123.456".

The documentation for fltk 1.1.x states that this can be done with html tags, 
as in: fl_message("<html>The value of <font face='symbol'>q</font> is 
123.456</html>"). However, this doesn't seem to work and from what I've read in 
the forums, the problem is that the documentation is "outdated".

Is there a way of printing a formatted fl_message? Maybe with '@'s?
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to