<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 (default setting) for single-line cells, only works during cell edit mode [F2] (affects screen, paper and PDF) [Comment 15]"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=118221#c23">Comment # 23</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Calc fails to render kerning=off (default setting) for single-line cells, only works during cell edit mode [F2] (affects screen, paper and PDF) [Comment 15]"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=118221">bug 118221</a>
              from <span class="vcard"><a class="email" href="mailto:erack@redhat.com" title="Eike Rathke <erack@redhat.com>"> <span class="fn">Eike Rathke</span></a>
</span></b>
        <pre>(In reply to Heiko Tietze from <a href="show_bug.cgi?id=118221#c16">comment #16</a>)
<span class="quote">> Eike, what do you think?</span >
As Khaled already explained correctly in <a href="show_bug.cgi?id=118221#c15">comment 15</a>, the EditEngine is not
always used, only if cell content contains inline formatting, fields,
spell-check errors, line breaks, ..., or text is rotated. For all simple
strings (text, numbers, formula results) the string is fed to OutputDevice for
performance reasons. Using EditEngine unconditionally is not the way to go.

Additionally, kerning attributes are kept only at EditEngine text objects,
there are no cell format kerning attributes. What might be possible is for
non-EditEngine cells tell OutputDevice to force kerning off via
SalLayoutFlags::DisableKerning (I didn't track how exactly we call OutputDevice
draws there). Just a quick idea..</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>