[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Re: How to get default font in Table

Tom,

It doesn't always pay to be helpful. Actually it doesn't ever "pay", rather it "costs". :-) In any case, this assumes a particular font rather than using the specific font actually in the viewer.


Tom Schindl wrote:
Tom Schindl schrieb:
Sorry even simpler:

public Font getFont() {
return JFaceResources.getFontRegistry().getItalic(JFaceResources.VIEWER_FONT);
}

And once more sorry for replying to myself so often but this is deprecated.


Tom