Recent releases of Wx and Qt permit support of high-resolution HiDPI/Retina displays. Enable should detect these situations and adapt the resolution of image-based Window implementations to render appropriately.
All that is likely needed is to increase the size of the array being rendered into and apply a global scale factor to the gc immediately before calling the top-level component's draw method, so implementation is hopefully easy.
Recent releases of Wx and Qt permit support of high-resolution HiDPI/Retina displays. Enable should detect these situations and adapt the resolution of image-based
Windowimplementations to render appropriately.All that is likely needed is to increase the size of the array being rendered into and apply a global scale factor to the gc immediately before calling the top-level component's draw method, so implementation is hopefully easy.