0.8.2
·
115 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
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::newconstructor that accepts strings or bytes. - Re-export
GlyphIdso thatFontFuncsimplementors don't need to add extra dependencies to name the type. - Reify glyph flags into a
GlyphFlagstype. Existing methods onGlyphInforemain for now to avoid a breaking change but will be removed in a future version. - Fix AAT in place glyph deletion.