I know I can implement a bitmap font texture for OpenGL rendering of text if I choose to go that route with QQuickItem, but I'd have no other need to do so as the features provided by updatePaintNode are sufficient for me, except that I need a way to draw text using a font texture and I'm not sure if this can be done in updatePaintNode?