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. Problem rendering fonts on iOS
Forum Updated to NodeBB v4.3 + New Features

Problem rendering fonts on iOS

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 1 Posters 707 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.
  • C Offline
    C Offline
    che1404
    wrote on 13 Oct 2014, 11:00 last edited by
    #1

    Hi all,
    I'm using Qt 5.3 Enterprise Edition, and I'm having problems rendering certain characters on iOS devices. It happens both in iOS 7 and iOS 8, and on Retina and Non retina screens.

    !https://dl.dropboxusercontent.com/u/6132766/textproblem.png(Text problem)!

    As you can see, it doesn't happen on all texts. And not only happens on text inputs, but also on single labels.
    This is the specific code that generates the problem:
    @ Column {
    id: fnameColumn
    width: parent.width
    spacing: 12
    Text {
    text: qsTr("First Name")
    font.pointSize: 16
    color: "white"
    }

                TextField {
                    id: fnameField
                    width: fnameColumn.width
                    text: theCase.fname
                }
    
                Binding {
                    target: theCase
                    property: "fname"
                    value: fnameField.text
                }
    
            }@
    

    In the beginning I thought that it could be related with a Freetype version mismatch (I had some problems with JPEG and PNG that I solved), but as I can see in the Qt docs, the Freetype version in Qt 5.3 is 2.3.12, the same as we are using in our core library.

    Anyone facing a similar problem?

    Thanks,
    Robert.

    1 Reply Last reply
    0
    • C Offline
      C Offline
      che1404
      wrote on 21 Oct 2014, 07:09 last edited by
      #2

      Hi,
      the problem has gone with Qt 5.4 beta.

      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