Sascha Brawer

Results 85 comments of Sascha Brawer

But won’t `Font.getPath(text, x, y, fontSize, options)` return one single path for the entire string? For the Unicode test suite, we’d need output in this form, with `` and ``...

Nice! In your `GPOS` handling, consider implementing [mark-to-base](https://learn.microsoft.com/de-de/typography/opentype/spec/gpos#MBP) and [mark-to-mark](https://learn.microsoft.com/de-de/typography/opentype/spec/gpos#lookup-type-6-mark-to-mark-attachment-positioning-subtable) attachment. This is also used by Latin fonts, not just “exotic” writing systems. Likewise, fixing test case `GSUB-2` will also...

See https://www.microsoft.com/typography/otspec/name.htm (nameID 16/17).

> some kind of shaming Could the leaderbord display the most active _fixers_ instead of the worst perpetrators? In that case, there would be no shame to appear on the...

Like this? (Just to make a concrete proposal, don’t hesitate to tear it apart). ``` table cmap { format 14; sub 0030 VS1 by zero.alt; } cmap; ```

What is the next step to make this happen?

Fixing the test fonts in this repo to make them conform to the OpenType spec sounds good. Even if it may be arguable whether or not STAT should be required,...

Just to make you aware. Sorry for filing a security problem as a public bug, I didn't know how to reach you in private.

Oh wow, thanks for the pointers! Sounds like it's time to rewrite parts of the QRank pipeline. When doing this, I wonder if it might make sense to include some...