System.util.retarget() with JVM Arguments

I’m currently running Ignition 8.1.17 and using the JVM argument “-Dsun.java2d.uiScale=2.0” within Vision Client Launcher to ensure that font scaling works appropriately with Windows scaling set to 250% (as opposed to a multiple of 100).

I’m trying to implement system.util.retarget() to switch to a different gateway with a similar project, but I when I do, it resets to the default scaling. Is there a way to retarget while using the same JVM arguments?

Interesting question. Did you ever find a way to do this?

Unfortunately, no. We tried to configure computers to 100% when possible, but the client's employees had a range of different devices so it wasn't always possible to set it up that way.