xinyuemoli
xinyuemoli
经过使用发现 程序 刚开始使用16px 大小得字体渲染时,出现文字小差别 变样。设置为17px时基本正常。设置成15px时变样明显。 https://user-images.githubusercontent.com/34180870/207588633-b883ad28-e872-4111-9e72-337ec4b3e1ff.mp4 demo程序: [demo.zip](https://github.com/weolar/miniblink49/files/10227514/demo.zip)
现象:  1当程序加载在线版(网络版)页面时,使用了动画的页面布局不会出现混乱。 2 当使用离线版(本地)页面时,出现页面混乱。开启调试模式时,且本地具有调试目录front_end及相关文件时,离线版页面不会混乱。3 当使用离线版页面时,开启调试模式,删除本地的调试目录(front_end)会出现页面混乱。
Hello, I noticed that I am loading memory to load a DLL, but this DLL contains new memory allocation, which will definitely fail. Can you solve this problem?