-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
safari issues #21
Comments
This happens when there are a cursive lookup with the RIGHT_TO_LEFT flag set and a cursive lookup with the RIGHT_TO_LEFT flag clear. As an example suppose we have the following cursive feature. feature curs {
lookup cursivejoinrtl; # RIGHT_TO_LEFT flag set between Hah, Meem, Yeh and final Meem
lookup rehwawcursivecpp; # RIGHT_TO_LEFT flag clear between Waw and Hah
} curs; The word وحميم is rendered as follows with HarfBuzz (I changed the position of Hah to highlight the problem). With Safari it is rendered as follows. If the order of the lookups is reversed the result with Safari is as follows (This remains correct with HarfBuzz). The OpenType specification doesn't describe exactly what to do in such a situation but it seems to be a bug with Safari especially for the first case. |
جزاك الله خيرا I can file this at https://bugs.webkit.org. Is there a reduced test case, or should I file an issue and attach the entire font file? |
Is this a Safari-specific issue or (more likely) a CoreText issue and so would affect more macOS apps (like TextEdit or Pages)? |
I tested it with TextEdit in macOS Sonoma 14.3. I had the same problems. It seems to be related to CoreText. |
I’d report it Apple using feedback assistant. They usually fix these kinds of issue when reported. |
Thanks @khaledhosny. I reported a bug to Apple using the Feedback Assistant. |
Is safari support planned? I noticed that unfortunately it has many rendering problems.
جزاكم الله خيرا
The text was updated successfully, but these errors were encountered: