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

--- Comment #3 from Caolán McNamara <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to