I develop some features based on Eclispe GEF.
I want to create a label with some string. for example: new Label("This is a good test stensece")
Now, I want to get these effects "good" is in Bold font, and "test" is in italic. It looks like can use some HTML way to implement that
So,is there any one knows that?
Thank you very much!