Skip to content
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

MATH table support #1269

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

MATH table support #1269

wants to merge 4 commits into from

Conversation

simoncozens
Copy link
Contributor

This is an attempt to implement support for the MATH table but I'm coming unstuck with the codegen.

@cmyr, is it possible that the codegen assumes that every record is part of an array? It's doing bad things with MathValueRecord, which seems like a simple enough structure except that it is directly embedded into various tables (MathConstants and GlyphAssembly). These are giving errors. Where the MathValueRecord is part of an array (MathKern, for example), then all is well.

@cmyr
Copy link
Member

cmyr commented Dec 2, 2024

codegen doesn't exactly expect that records are always part of arrays, but the records that aren't are special cases... I'll take a look.

@cmyr cmyr self-assigned this Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants