How to detect and update system font size changes during runtime
Unsolved
General and Desktop
-
Windows 10 and Windows 11 support an accessibility feature where the OS allows changing font sizes to improve readability. See Microsoft's page on "Change the size of text in Windows".
Does anyone know what steps do I need to follow to allow a Qt application to reflect these changes?
-
Hi,
From a quick search there seems not to be a simple API to use for that.
This stack overflow thread might give some hints.