|

06-30-2009, 04:01 AM
As the tableviewer use the labelprovider to set the string, there’s no method provided for the font change.
For this case, I suggest you use TableItem instead, which provides the setFont(int index, Font font) method.
You could also use the composite to achieve.
As below, many kinds of effect could be generated freely.
|