[Libreoffice-bugs] [Bug 117305] Adjust caret slope for italic text

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Apr 28 16:41:53 UTC 2018


https://bugs.documentfoundation.org/show_bug.cgi?id=117305

--- Comment #3 from Caolán McNamara <caolanm at redhat.com> ---
https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6hhea.html
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180428/8ceff8a9/attachment.html>


More information about the Libreoffice-bugs mailing list