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

REG: Glyph position wrong in DirectWrite font engine

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.0.0
    • 5.0.0 Beta 1
    • GUI: Text handling
    • None
    • 3593701940fdc9d8a3f0d59a1f684305fd736009

    Description

      1. Configure Qt with -directwrite.
      2. Edit the richtext/textedit example by setting PreferNoHinting on the default font:

          QFont font = textEdit->font();
          font.setHintingPreference(QFont::PreferNoHinting);
          textEdit->setFont(font);
      

      3. Run it to see the awful mess. (This looks correct in Qt 4.8. Make the same modification to the textedit demo there to compare.)

      Attachments

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

        Activity

          People

            esabraha Eskil Abrahamsen Blomfeldt
            esabraha Eskil Abrahamsen Blomfeldt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes