Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Bug with Qt text rendering? Unicode char u2220 doesn't show
Forum Updated to NodeBB v4.3 + New Features

Bug with Qt text rendering? Unicode char u2220 doesn't show

Scheduled Pinned Locked Moved QML and Qt Quick
3 Posts 2 Posters 927 Views 1 Watching
  • 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.
  • E Offline
    E Offline
    Etchelon
    wrote on last edited by
    #1

    On windows, with Qt 5.1.1:

    @Item {
    // stuff
    Text {
    anchors.fill: parent
    text: "\u2220"
    }
    }@

    doesn't show anything. Using
    renderType: Text.NativeRendering
    solves the problem. I'll test asap on Ubuntu.

    Is it only me?

    1 Reply Last reply
    0
    • E Offline
      E Offline
      Etchelon
      wrote on last edited by
      #2

      None of the 45 ppl that viewed this topic found 30 seconds to test it out? Thanks!

      1 Reply Last reply
      0
      • D Offline
        D Offline
        DaveLoper
        wrote on last edited by
        #3

        Got the same problem and solved it by using renderType: Text.NativeRendering. Don't really know whether it's a bug or not.

        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