Closed fxdave closed 3 years ago
This is actually the correct behavior. Public Sans Regular has no kerning table.
If you can send me a version that has a kern
table I can take a look. I'm using this site for quick checks
Why are the AV
characters closer to each other if this is the case?
The font may be using one of the shaping tables for kerning information like GPOS, which the rust text libraries don't generally support yet (i.e. Rusttype glyphbrush ab_glyph). We're all just parsing the kern
table and if it's not there we can't kern.
I see. Thanks
I tried the master branch with the Public Sans google font. It looks like it cannot parse the font well because the
font.horizontal_kern
will be None.