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

Symbian: Blurry text in word-wrapped, center-aligned text items with OpenVG

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P1: Critical P1: Critical
    • 4.7.2, 4.8.0
    • 4.7.2
    • (Inactive) OpenVG
    • None
    • e0ed2387bc818f11b16460b0150d4ea75bcf37d6

      I know that I am a Pita. So, here is yet another blurriness issue with that lovely OpenVG paint engine on Symbian devices. We had already the three tasks QT-3071 (internal), QTBUG-12330 and QTBUG-15263. All of these were needed to finally round the positions of text items to integer coordinates (one task for QWidgets, one for QGraphicsview and one for QDeclarative).

      We still have issues with long, wrapped, centered text in a single Text item:

      Text {
          anchors.fill: parent
          text: "Lorem ipsum dolor sit amet, ... looong text ... laborum."
          horizontalAlignment: Text.AlignHCenter
          wrapMode: Text.WordWrap
      }
      

      50% of the lines in the wrapped text are blurred. See the attached screen shot and example app.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            jhautaka Jani Hautakangas
            portale Alessandro Portale
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes