Commit 24a4d397bae6b614215086c85a714dc789af3e7f

Behdad Esfahbod 2023-01-09T17:26:08

[aat] Allow disable feature ranges Fixes https://github.com/harfbuzz/harfbuzz/issues/4020 This is a hack. To implement this properly we need to treat runs with different features as independent runs for running the state machine, as the subtable flags might be different. That would be a significant change to our internal implementation.