<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Calc fails to render kerning "off", only works during cell edit mode [F2] (affects screen, paper and PDF)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=118221#c15">Comment # 15</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Calc fails to render kerning "off", only works during cell edit mode [F2] (affects screen, paper and PDF)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=118221">bug 118221</a>
              from <span class="vcard"><a class="email" href="mailto:khaledhosny@eglug.org" title="Khaled Hosny <khaledhosny@eglug.org>"> <span class="fn">Khaled Hosny</span></a>
</span></b>
        <pre>I can confirm this.

In non-edit mode the setting to disable kerning is ignored. This because Calc
has a shortcut for text layout that does not use EditEngine when certain
conditions are met (for performance, I think), and when EditEngine is not used
the kerning setting seem to be ignored.

This can be confirmed by forcing the variable bUseEditEngine to true in
sc/source/ui/view/output2.cxx. I’m not familiar enough with Calc to know how to
check if kerning is disabled and either set bUseEditEngine to true or make sure
the alternate text layout path respects the setting.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>