Tagged Questions

0
votes
2answers
67 views

Turning on anti-aliasing in SWT

I've called gc.setAntialias(SWT.ON); and it does nothing. According to that method, it should work. The Javadoc states: Sets the receiver's anti-aliasing value to the parameter, which must be …
0
votes
2answers
83 views

How to underline text in draw2d

Is there a simple way to draw underlined text in draw2d without manually drawing a line under the text?