RKM
RKM

Reputation: 3241

How to set the font size of MenuItem in SWT?

I want to change the font size of the MenuItem in SWT, there doesn't seem to be a obvious way to do it. Is there a work around for this problem?

Upvotes: 3

Views: 967

Answers (1)

Baz
Baz

Reputation: 36894

MenuItems don't support fonts as you can see in this bug report and apparently they don't want to implement it in the future:

Sorry, we have no plans to do this.

Upvotes: 5

Related Questions