harfbuzz / rustybuzz

A complete harfbuzz's shaping algorithm port to Rust
MIT License
551 stars 37 forks source link

Sync with 2.8.1 #81

Closed bluebear94 closed 1 year ago

bluebear94 commented 1 year ago

Most of the changes had to do with subsetting and abstractions not used by rustybuzz (e.g. OffsetTo types), so this is pretty small.

RazrFalcon commented 1 year ago

This change was already present? Weird.

RazrFalcon commented 1 year ago

Looks good to me too. Luckily for us, this version contains mostly subsetter changes.