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

REG: Glyph position wrong in DirectWrite font engine

XMLWordPrintable

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

      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.)

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes