Hello everyone,

does anybody know how to make the text in QGraphicsTextItem contoured ?
Is it even possible ?

In order to display contoured text on graphics scene I'm using solution that i've found on this forum ( painter path :: addText and set proper brush and pen for QPainter ), but i have no idea how to draw contoured text inside text edit area in QGraphicsTextItem.
As far as I know, QGraphicsTextItem's api does not provide any methods for that.

Thanks for any help and suggestions.