JVM Option Font Overrides for Radiance Look and Feel #513
-
|
Does the Radiance LAF provide any direct JVM options for font overrides? Apparently we have some users that find the font too small on Linux machines (on both our old GUI and the new GUI using the Radiance library). In the past, this issue was overcome by having the effected users set the user font and control font of the LAF via JVM options to something larger. (i.e. Dswing.plaf.metal.userFont="Tahoma-36" -Dswing.plaf.metal.controlFont="Tahoma-36") |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
VM options in general were removed long time ago (around 2008 in Substance 5.0). No plans to add any VM options, for fonts or otherwise. |
Beta Was this translation helpful? Give feedback.
-
|
A somewhat awkward way to do this on your side would be to have your own VM options and call |
Beta Was this translation helpful? Give feedback.
A somewhat awkward way to do this on your side would be to have your own VM options and call
RadianceThemingCortex.GlobalScope.setFontPolicy, constructing the entries in font policy set based on however you encode / parse the typography styles.