Text issues with QT_QPA_EGLFS_INTEGRATION=eglfs_kms
Unsolved
Mobile and Embedded
-
I made a transparent background and set "QT_QPA_EGLFS_INTEGRATION=eglfs_kms" in my application's environment in order to use a DMA for live camera feed. The problem with this is switching to
QT_QPA_EGLFS_INTEGRATION=eglfs_kms
from
QT_QPA_EGLFS_INTEGRATION=none
breaks all the rendered texted within my application (based on QWidgets using Qt 5.6.1). Are there any known issues like this / how may I correct this text rendering issue?
-
No idea what was broken, however I have found that by adding font point size to widget style sheets fonts are able to be displayed properly albeit with system default font style.