Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. EGLFS: QML superscrits not working (but working on X11)

EGLFS: QML superscrits not working (but working on X11)

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 199 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    bitbang
    wrote on last edited by
    #1

    The following code is meant to show the formula e=mc squared, with a bold "e" and "2" as exponent:

    Text {
                textFormat: Text.RichText
                text: "<b>e</b>=mc<sup>2</sup>"
    }
    

    When run on PC virtual machine (Debian 10, Qt 5.11, X11) it works as expected.
    When run on embedded ( Debian 10, Qt 5.11, EGLFS) the "e" is in bold as expected, but the "2" is normal text size and position, like the <sup> and </sup> tags were missing.

    Any hint?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved