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. Text font weight appears to be broken on iOS 10
Qt 6.11 is out! See what's new in the release blog

Text font weight appears to be broken on iOS 10

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
4 Posts 2 Posters 1.0k 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.
  • TavisT Offline
    TavisT Offline
    Tavis
    wrote on last edited by
    #1

    Bold text seems to be broken when deploying to iOS 10

    Text {
                id: name
                font.bold: true
                text: qsTr("bold")
    }
    

    The text IS bold on desktop and in iOS 9

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      in that case you should take a look a the bug report system to see if it's something known. If not please consider opening a new report providing as much details as possible and a test case.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      TavisT 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        in that case you should take a look a the bug report system to see if it's something known. If not please consider opening a new report providing as much details as possible and a test case.

        TavisT Offline
        TavisT Offline
        Tavis
        wrote on last edited by
        #3

        @SGaist I issues a bug report a few weeks ago.. A workaround/fix is to set the apps font to Helvetica Nueue in main.cpp

        #include <QFont>

        QGuiApplication::setFont(QFont("Helvetica Neue"));

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Thanks for the workaround !

          Can you share the link to report ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          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