Back to Skiasharp

Version 2.80.1

documentation/docfx/releases/2.80.1.md

4.150.01.9 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-17T23:55:42Z by generate-release-notes.py version: 2.80.1 status: stable branch: release/2.80.1 diff: release/2.80.0..release/2.80.1 prs: 3 api: self=2.80.1/index.md;hb=2.6.1.6 - SKTypeface does not count bytes but glyphs by @mattleibow in https://github.com/mono/SkiaSharp/pull/1399 - Added Uno Platform support by @mattleibow in https://github.com/mono/SkiaSharp/pull/1396 - Set the version to 2.80.1 by @mattleibow in https://github.com/mono/SkiaSharp/pull/1400 --> <!-- Generated: 2026-06-18T00:00:00Z by claude-sonnet-4.5 -->

Version 2.80.1

Uno support and text corrections · Released July 14, 2020 · NuGet · GitHub Release

API changes · SkiaSharp API diff · HarfBuzzSharp 2.6.1.6

Highlights

This small servicing release adds initial Uno Platform support and corrects SKTypeface text metrics behavior so glyph counts are handled consistently. It also ships with HarfBuzzSharp 2.6.1.6 for the aligned text-binding package.

Breaking Changes

None in this release.

New Features

Platform

  • Uno Platform support — Adds official Uno Platform support to the 2.80 line. (#1396)

Bug Fixes

  • Correct glyph counting in SKTypeface — Fixes the API to count glyphs rather than bytes. (#1399)