You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wSystemDpiAware is not automatic scaling; it tells the system to assume that your application has considered DPI scaling, so it should not 'auto scale.' For how to handle DPI scaling, please consider functions in wFrame, such as dpiAutoScale.
for the following code, I think if I use
let app = App(wSystemDpiAware)
, then all controls including the texts on them should zoom according to DPI.but obvoiusly, according to the image, for Chinese, later characters in the text are eaten; for English, first characters are eaten
so what is the problem? and how to fix it? Thanks
The text was updated successfully, but these errors were encountered: