Skip to content

0.8.2

Choose a tag to compare

@dfrg dfrg released this 01 Jun 00:22
· 115 commits to main since this release
Immutable release. Only release title and notes can be modified.
1834976

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

  • Allow setting pre- and post-context from codepoints.
  • Added Language::new constructor that accepts strings or bytes.
  • Re-export GlyphId so that FontFuncs implementors don't need to add extra dependencies to name the type.
  • Reify glyph flags into a GlyphFlags type. Existing methods on GlyphInfo remain for now to avoid a breaking change but will be removed in a future version.
  • Fix AAT in place glyph deletion.