You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I regressed Kerning support due to the aggressive API changes. All the hard stuff should already be in place but it should be verified to working by comparing against Harfbuzz results and using a couple of different fonts.
The text was updated successfully, but these errors were encountered:
This is turning out to be troublesome for Harfbuzz. I've tried various fonts and hb_buffer_get_glyph_positions is not returning values with kerning. Drawing a string such as "Y.YWYAYHYTY", x_advance will always return the same value for 'Y'.
I tried enabling additional harfbuzz features but couldn't elicit a change. Code for reference.
I regressed Kerning support due to the aggressive API changes. All the hard stuff should already be in place but it should be verified to working by comparing against Harfbuzz results and using a couple of different fonts.
The text was updated successfully, but these errors were encountered: