ReTeX / ReX

ReX - typesetting mathematics
122 stars 8 forks source link

Update codegen for new kerning/variant types. #28

Open cbreeden opened 7 years ago

cbreeden commented 7 years ago

I changed the types for the kerning table to take a static slice over an array, since some fonts have different size requirements here.

I also changed the variant tables to use static_map!. Codegen needs to be updated accordingly.