harfbuzz / harfruzz

Port of RustyBuzz to use Fontations
MIT License
36 stars 3 forks source link

Add contextual lookups #6

Closed dfrg closed 3 months ago

dfrg commented 3 months ago

Adds the missing contextual lookups for fontations and removes all of the ttf-parser OT lookup code.

This is a huge patch but all tests pass and we're now running almost all of OT through fontations.

The remaining ttf-parser OT code revolves around shape planning: script, langsys, features, etc.