Consider all lookups and subtables in subs / sups coverage checks#7462
Consider all lookups and subtables in subs / sups coverage checks#7462laurmaedje merged 1 commit intomainfrom
subs / sups coverage checks#7462Conversation
Co-Authored-By: Malo <57839069+MDLC01@users.noreply.github.com>
MDLC01
left a comment
There was a problem hiding this comment.
I think this is a correct fix for the current imperfect method.
As mentioned in #7258 (comment), this is probably a good solution until someone finds a problem with it.
Also, I don't remember where this was mentioned but there is precedent on testing whether a font supports a specific OpenType feature in Firefox, for small capitals with the CSS rule font-variant-caps: small-caps;. I'll try to look into how they do it when I get back to #7258.
…typst#7462) Co-authored-by: Malo <57839069+MDLC01@users.noreply.github.com>
…#7462) Co-Authored-By: Malo <57839069+MDLC01@users.noreply.github.com>
|
@laurmaedje I've been testing version 0.14.1 and found an issue with the Inter font when a closing parenthesis appears inside a superscript. The rendering is inconsistent compared to other parenthesis placements:
Do you think this could be related to this PR, or is it likely a separate issue? I could open a new issue specifically for this. Source code |
|
Please open a new issue. |

This is a minimized version of #7258. It's not as comprehensive, but minimal and thus suitable for backporting. PR #7258 is a rather large change and a bit too dangerous for inclusion in a patch release.
Fixes #7249