The <sup> tags for rich text are not working in QtQuick 2.0. It looks the same as subscript.
Text { anchors.centerIn: parent textFormat: Text.RichText text: "Normal text, <b>Bold text, </b> <big>Big text, </big><sup>Superscript, </sup><sub>Subscript</sub>" }
There is already a bug report for this : QTBUG-24621 [bugreports.qt-project.org]. But it is a year old.
Should make a new bug report?
↧