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

Kerning not working with OpenType font "Adobe Caslon Pro"

XMLWordPrintable

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes