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

Kerning not working with OpenType font "Adobe Caslon Pro"

    XMLWordPrintable

Details

    Description

      Text is output without kerning when using OpenType font "Adobe Caslon Pro" and other .otf fonts.
      As a quick test, in the src/gui/qfontengine_win.cpp, function void QFontEngineWin::getCMap() I replaced

      ttf = (bool)(tm.tmPitchAndFamily & TMPF_TRUETYPE);

      with

      ttf = true;

      and it worked.

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            mpejcoch Martin Pejcoch (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes