Allow Jade to Install Fonts on thin client machines.
The addition of an .ini option that takes a list of font paths, and calls gdi32.dll::AddFontResource for each provided font path, before the initial form is painted.
In the interim, could you detect if you need to do the font install in your app's initialize method, and if it is needed do the call to install the font, then launch a new copy of your application via create external process, to pick up these font changes in the new jade.exe instance, and then terminate the original app?
In the interim, could you detect if you need to do the font install in your app's initialize method, and if it is needed do the call to install the font, then launch a new copy of your application via create external process, to pick up these font changes in the new jade.exe instance, and then terminate the original app?