Skip to content

0.13.2

Choose a tag to compare

@behdad behdad released this 24 Aug 05:30
· 16 commits to main since this release
Immutable release. Only release title and notes can be modified.
7059e70

This release matches HarfBuzz v14.3.1, and has an MSRV (minimum supported Rust version) of 1.85.

  • Speed up contextual and chained-context lookup matching by probing raw rule
    offsets and reusing parsed coverage tables (#437).
  • Skip the redundant per-subtable digest test for single-subtable lookups
    (#438).
  • Set up glyph-set acceleration before applying legacy kern tables (#439).
  • Precompute and pack AAT state-machine safe-to-break probes in the face cache
    (#445).
  • Cache reusable shaping table metadata and avoid moving shaper and buffer
    temporaries on every shape (#446, #447).