-
Notifications
You must be signed in to change notification settings - Fork 606
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
Hook kern table to shaper #250
Comments
|
In TDF Bugzilla there is a request to get support for kern table recently, which have been proved affecting MS core fonts released from SF.net, so leave this bug to track. |
|
I'm guessing that that's a different issue: we ignore kern table if GPOS is present... Some versions of those fonts have both and rely on kern being applied. @khaledhosny is that what's that issue is about? Or your font funcs impl doesn't have kern wired up? At any rate, I don't mind fixing both. |
|
I switched to using |
|
Since LibreOffice using HarfBuzz for text layout, this bug should be fixed based on native support provided by HB. |
|
Already fixed. |
|
I like to hook kern table to shaper itself, so it works for all font funcs. I think there's another issue for that. |
|
We don’t seem to have an issue for this, re-opening and changing the description. |
Hook kern table to shaper itself, so it works for all font funcs.
The text was updated successfully, but these errors were encountered: