Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-20883

The font.pointsize shows different font size on Harmattan and Symbian

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • P3: Somewhat important
    • None
    • 4.7.3
    • GUI: Font handling
    • None

    Description

      Running the test code (see bellow) on Symbian and Harmattan shows different size of the font.
      But if the font is set font.pointsize it should be same.
      Attaching the screenshot from Symbian (E7) and from harmattan

      import QtQuick 1.0
      Rectangle {
          width: 360
          height: 360
          Text {
              text: "Hello World"
              anchors.centerIn: parent
          }
          MouseArea {
              anchors.fill: parent
              onClicked: {
                  Qt.quit();
              }
          }
          Column {
              Repeater {
                  model: 10
                  Text {
                      font.pointSize: (index+1) * 3
                      text: (index +1 )* 3
                  }
              }
          }
      }
      

      Attachments

        1. e7.jpg
          e7.jpg
          13 kB
        2. harmattan.png
          harmattan.png
          13 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            rzielonk Radek Zielonka (Inactive)
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes