Qt WebGL Font Issues
-
Hello all,
I've written sample Qt application using Qt 5.13.1 and using WebGL. When I run it on Chrome or Firefox I observe the text fonts are not rendered properly. Could someone pls help me if any variables needs to be set ?The application reads values from database using QSqlQueryModel and shown in QML using Flickable and Flow.
Screenshot attached -
https://drive.google.com/open?id=1pMNvFaHakRy2ovCDQ5GyZgqMbpWBeZS9Any help is greatly appreciated.
-
Are you using WebGL directly via javascript/emscripten, or through QOpenGL classes?
-
@lorn-potter
Hello,
I am using WebGL directly. After digging in little more, I observed the issue arises only when we use Label but not happening with the Text component. Also, I’ve raised a bug with Qt regarding this. -
I am not even sure QtWebGL works with emscripten/ QtWebAssembly