| [news.eclipse.platform.rcp] Re: How to set the font Globally? |
try to get it by using your own presentation factory by defining the
extension point="org.eclipse.ui.presentationFactories"
or theme font override :
extension point="org.eclipse.ui.themes"
theme id="com.stabilix.hc.theme"
like fontOverride id="org.eclipse.jface.dialogfont" value="Tahoma-regular-8"
just try;)