<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Adjust caret slope for italic text"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=117305#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Adjust caret slope for italic text"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=117305">bug 117305</a>
              from <span class="vcard"><a class="email" href="mailto:caolanm@redhat.com" title="Caolán McNamara <caolanm@redhat.com>"> <span class="fn">Caolán McNamara</span></a>
</span></b>
        <pre><a href="https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6hhea.html">https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6hhea.html</a>
documents that there is a Truetype feature in the hhea table caretSlopeRise,
caretSlopeRun, caretOffset (and italicAngle in the post table) Checking
Caladea-Italic as a random italic font I see it has these values set, so it
looks like we could pull the correct slant to use for the cursor out of the
font directly (like we do for ascent/descent). Looks initially plausible that
we could do something like this.</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>