<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[EGLFS: QML superscrits not working (but working on X11)]]></title><description><![CDATA[<p dir="auto">The following code is meant to show the formula e=mc squared, with a bold "e" and "2" as exponent:</p>
<pre><code>Text {
            textFormat: Text.RichText
            text: "&lt;b&gt;e&lt;/b&gt;=mc&lt;sup&gt;2&lt;/sup&gt;"
}
</code></pre>
<p dir="auto">When run on PC virtual machine (Debian 10, Qt 5.11, <strong>X11</strong>) it works as <strong>expected</strong>.<br />
When run on embedded ( Debian 10, Qt 5.11, <strong>EGLFS</strong>) the "e" is in <strong>bold</strong> as expected, but the "2" is normal text size and position, <strong>like the &lt;sup&gt; and &lt;/sup&gt; tags were missing.</strong></p>
<p dir="auto">Any hint?</p>
]]></description><link>https://forum.qt.io/topic/128589/eglfs-qml-superscrits-not-working-but-working-on-x11</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 16:20:44 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/128589.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 16 Jul 2021 09:07:19 GMT</pubDate><ttl>60</ttl></channel></rss>