RazrFalcon / rustybuzz

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

Sync with 2.8.1 #81

Closed bluebear94 closed 9 months ago

bluebear94 commented 9 months 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 9 months ago

This change was already present? Weird.

RazrFalcon commented 9 months ago

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