How to render text with RHI?
-
I'm porting an app from OpenGL to RHI. The app renders text using QOpenGLPaintDevice and QPainter. How do I render text with RHI?
The app runs on Windows and Mac. Rendering is done both with QQuickFrameBufferObject / QQuickRhiItem and in off-screen buffers. I'm using Qt 6.7.2.
-
Did you figure out how to do this? I'm having the same problem.
-
No I did not. But I have filed a feature request about this:
https://bugreports.qt.io/browse/QTBUG-127063