automated test screenshot artifacts for both low and high DPI displays
This is sort of possible to emulate for text by doing some math and rescaling everything. You can take a screenshot with the point sizes of your local machine with your local dpi, do some math and figure out what the pixel sizes would be at other dpis. I think it might be feasible.
This is sort of possible to emulate for text by doing some math and rescaling everything. You can take a screenshot with the point sizes of your local machine with your local dpi, do some math and figure out what the pixel sizes would be at other dpis. I think it might be feasible.
Originally posted by @ZLLentz in https://github.com/pcdshub/typhos/pull/494#issuecomment-1134959212