Back to Skiasharp

14.2.0

documentation/docfx/releases/harfbuzzsharp/14.2.0.md

4.150.06.1 KB
Original Source
<!-- RAW PR DATA — Do not remove this comment block. AI uses this data to generate the polished release notes below. Re-run the script to refresh this data from git history. Generated: 2026-06-23T19:20:24Z by generate-release-notes.py version: 14.2.0 status: stable branch: release/4.148.0 diff: release/3.119.4..release/4.148.0 prs: 10 api: self=14.2.0/index.md;ships=4.148.0 PRs grouped by the preview they first shipped in (newest first). Render each milestone as a trailing "## <label> (<date>)" section per TEMPLATE.md, and merge them all for the top-level Highlights: ## Release Candidate 1 · 4.148.0 · 2026-06-12 · https://github.com/mono/SkiaSharp/compare/v4.147.0-preview.3.1...v4.148.0-rc.1.2 (1 PRs) - Rework the lifecycle of singleton instances by @ramezgerges in https://github.com/mono/SkiaSharp/pull/4080 [community ✨] ## Preview 3 · 4.147.0 · 2026-05-24 · https://github.com/mono/SkiaSharp/compare/v4.147.0-preview.2.1...v4.147.0-preview.3.1 (3 PRs) - [WASM] Drop native builds for pre-.NET 8 Emscripten versions by @mattleibow in https://github.com/mono/SkiaSharp/pull/4022 - Add HBColor struct for proper hb_color_t representation by @mattleibow in https://github.com/mono/SkiaSharp/pull/4000 - Enable TreatWarningsAsErrors in binding/ and fix all warnings by @mattleibow in https://github.com/mono/SkiaSharp/pull/3752 ## Preview 2 · 4.147.0 · 2026-05-06 · https://github.com/mono/SkiaSharp/compare/v4.147.0-preview.1.1...v4.147.0-preview.2.1 (1 PRs) - [samples] Fix Skottie package downgrade NU1605 in Uno gallery by @ramezgerges in https://github.com/mono/SkiaSharp/pull/3785 [community ✨] ## Preview 1 · 4.147.0 · 2026-04-28 · https://github.com/mono/SkiaSharp/compare/v3.119.4...v4.147.0-preview.1.1 (5 PRs) - Bump skia to milestone 147 by @ramezgerges in https://github.com/mono/SkiaSharp/pull/3702 [community ✨] (skia: mono/skia#184) - Add color font palette support and improve variable font robustness by @mattleibow in https://github.com/mono/SkiaSharp/pull/3742 (skia: mono/skia#197) - Add variable font support to SkiaSharp and HarfBuzzSharp by @ramezgerges in https://github.com/mono/SkiaSharp/pull/3703 [community ✨] (skia: mono/skia#185) - Add Linux Bionic native assets support by @4Darmygeometry in https://github.com/mono/SkiaSharp/pull/3217 [community ✨] - [tizen] Add x64 and arm64 native build support by @mattleibow in https://github.com/mono/SkiaSharp/pull/3620 (skia: mono/skia#175) --> <!-- Generated: 2026-06-23T19:21:35Z by claude-sonnet-4.6 -->

HarfBuzzSharp 14.2.0

Variable fonts, color palettes, and HBColor · Ships with SkiaSharp 4.148.0 · NuGet · GitHub Release

API changes · HarfBuzzSharp API diff · Ships with SkiaSharp 4.148.0

Highlights

HarfBuzzSharp 14.2.0 ships with SkiaSharp 4.148.0 and delivers variable font support, a new HBColor struct, a reworked singleton lifecycle, and expanded platform coverage. OpenType variable-font axis APIs land in both HBFace and HBFont, and the lifecycle of singleton native objects is now ref-counted and crash-free. Community contributors @ramezgerges and @4Darmygeometry drove the major features and Linux Bionic support.

New Features

  • HBColor struct — Proper managed type for hb_color_t, enabling correct color glyph API usage. (#4000)
  • Variable font support — Adds HBFace and HBFont variable-instance APIs for full OpenType font variation axis access. ❤️ @ramezgerges (#3703)
  • Color font palette support — Improved color palette handling for color and emoji fonts. (#3742)

Bug Fixes

  • Reworked singleton lifecycle — Singleton native objects now use a proper ref-counted lifecycle, preventing use-after-free crashes in HarfBuzz singleton instances. ❤️ @ramezgerges (#4080)

Platform

  • Linux Bionic native assets — Prebuilt HarfBuzzSharp natives for Android Bionic libc on Linux. ❤️ @4Darmygeometry (#3217)
  • Tizen x64 and ARM64 native builds (#3620)
  • WASM: Dropped pre-.NET 8 Emscripten builds (#4022)

Community Contributors ❤️

ContributorWhat They Did
@ramezgergesVariable font support; singleton lifecycle rework; Skia/HarfBuzz m147 engine bump
@4DarmygeometryLinux Bionic native assets

Release Candidate 1 (June 12, 2026)

Reworked singleton lifecycle for HarfBuzz native objects, preventing use-after-free crashes.

Full Changelog


Preview 3 (May 24, 2026)

Added HBColor struct and dropped pre-.NET 8 WASM Emscripten builds.

Full Changelog


Preview 2 (May 6, 2026)

Build and sample fixes for HarfBuzzSharp on Uno Platform.

Full Changelog


Preview 1 (April 28, 2026)

Introduced variable font support, color font palettes, Linux Bionic native assets, and Tizen x64/arm64 native builds alongside the SkiaSharp v4 launch.

Full Changelog