Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.6.2
-
None
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.