To resolve an issue on my high-resolution screen when using a particular board game app, I have been correctly advised to use a workaround KIVY_METRICS_FONTSCALE=2 instruction in the CMD screen, which enlarges fonts. Its a GitHub developer's app and he will
release permanent adjustments in due course.
For now, he has helpfully suggested that, instead of always having to resolve the issue by keying in 'set KIVY_... ' then starting his app, both within the CMD screen every time, I could add the KIVY variable to my
User Environmental Variables (not the System Variables). That way, I could just click to start the app in the normal way, with having to use the CMD screen steps each time.
What exactly should I type in the Advanced Settings EV NEW dialogue boxes to establish the variable, so that it only affects this particular app? Reason: there may be other apps in my PC using Kivy stuff which do not require this font scaling adjustment
and a global variation might wrongly interfere with them.
Thank you!