Hi,
I am writing a custom QQuickItem with QSGGeometry-based rendering (ie not using QPainter) and I need to render text. Is this possible and how?
I’ve thought about using Text elements in QML and having my item send signals to position it, but this is extremely brittle and messy and impossible when geometry should be obscuring text, so I want to perform the text rendering using scene graph. I didn’t see anything in the docs about how one would do this, however.
↧








