Results 1428 comments of Laurenz

It's used for [hinting](https://github.com/RazrFalcon/rustybuzz/blob/82514f13e22be2dd479241dbff5ec8b99690d69f/src/tables/gsubgpos.rs#L763-L765) and [tracking](https://github.com/RazrFalcon/rustybuzz/blob/82514f13e22be2dd479241dbff5ec8b99690d69f/src/aat/tracking.rs#L8), which not every font will support.

Thanks for the kind words! I'll have a look at this soon.

@djc I see where you're coming from, but it's kind of painful. I just attempted this and the code-generating test doesn't compile because the crate does not build without the...

Hey, I'm very interested in the current state of this PR. As I happen to need the math table parsing, I would also be happy to help out with or...

I have had a bit closer look now and the PR really looks pretty complete already. To finish it up, I would thus: - Fork it - Fix the merge...

I don't think so. I don't have write access to ruifengx's fork.

That sounds good! Then, we can keep this PR and discussion.

@RazrFalcon ruifengx added an `Array` trait so that the math table implementation can use generics for a bit less duplication. This affects the public API. Do you want to keep...

This should be more or less ready now: - It's tested by hand with two math fonts and everything seems to work. - I replaced most copy-pasted docs with links...

I also couldn't find anything math-related for FreeType and stb_truetype. Harfbuzz does support the table though. Regarding offsets: Yes, the new table does not expose offsets or binary data.