HarfBuzzSharp 14.2.1.300-preview.1.26454.6

HarfBuzzSharp

NuGet NuGet downloads License: MIT

HarfBuzzSharp provides .NET bindings for the HarfBuzz OpenType text shaping engine. It converts Unicode text into correctly selected and positioned glyphs for complex scripts, ligatures, kerning, variable fonts, bidirectional text, and advanced typographic features.

Capabilities

  • Shape text for Arabic, Indic, Southeast Asian, and other complex writing systems.
  • Apply OpenType features, language, script, and direction settings.
  • Inspect glyph IDs, clusters, advances, and offsets.
  • Read OpenType variation axes, names, metrics, color glyph data, and layout information.
  • Run on Windows, macOS, Linux, Android, iOS, Mac Catalyst, tvOS, Tizen, and WebAssembly.
  • Integrate with SkiaSharp rendering through SkiaSharp.HarfBuzz.

Get started

Install the package:

dotnet add package HarfBuzzSharp

Shape a string using an OpenType font:

using HarfBuzzSharp;

using var blob = Blob.FromFile("NotoSansArabic-Regular.ttf");
using var face = new Face(blob, 0);
using var font = new Font(face);
font.SetScale(face.UnitsPerEm, face.UnitsPerEm);

using var buffer = new HarfBuzzSharp.Buffer();
buffer.AddUtf8("مرحبا بالعالم");
buffer.GuessSegmentProperties();

font.Shape(buffer);

foreach (var glyph in buffer.GlyphInfos)
    Console.WriteLine($"Glyph {glyph.Codepoint}, cluster {glyph.Cluster}");

For drawing shaped text with SkiaSharp, install SkiaSharp.HarfBuzz and use SKShaper:

dotnet add package SkiaSharp.HarfBuzz

Linux and WebAssembly: add the matching HarfBuzzSharp.NativeAssets.* package directly to the application project when the target does not receive native assets transitively. See the package deployment guide.

Documentation and resources

Feedback and contributing

HarfBuzzSharp is part of the open-source SkiaSharp project from Microsoft. Use GitHub Discussions for questions, file bugs and feature requests in the issue tracker, and read the contributing guide to get involved.

HarfBuzzSharp is released under the MIT license.

Showing the top 20 packages that depend on HarfBuzzSharp.

Packages Downloads
SkiaSharp.HarfBuzz
This package adds text shaping support to SkiaSharp via HarfBuzz.
1

Please visit https://go.microsoft.com/fwlink/?linkid=868517 to view the release notes.

.NET 10.0

.NET 10.0

.NET 10.0

.NET 10.0

.NET 10.0

.NET 10.0

.NET 10.0

.NET 10.0

.NET Framework 4.6.2

.NET Framework 4.8

.NET 6.0

.NET 6.0

.NET 9.0

.NET 9.0

.NET 9.0

.NET 9.0

.NET 9.0

.NET 9.0

.NET 9.0

.NET 9.0

.NET Standard 2.0

.NET Standard 2.1

Version Downloads Last updated
14.2.1.400-preview.1.26454.9 0 09/05/2026
14.2.1.300-preview.1.26454.6 1 09/08/2026
14.2.1.200-rc.1.26426.14 0 08/27/2026
14.2.1.102 0 09/07/2026
14.2.1.3 0 09/02/2026
14.2.1.2 0 08/05/2026
14.2.1.1 0 07/14/2026
14.2.1 0 07/08/2026
14.2.1-rc.1.1 0 06/30/2026
14.2.1-preview.2.1 0 06/25/2026
14.2.1-preview.1.1 0 07/02/2026
14.2.0 0 06/23/2026
14.2.0-rc.1.2 0 06/14/2026
14.2.0-preview.1.1 0 06/15/2026
8.3.1.6-preview.3.1 0 05/25/2026
8.3.1.6-preview.2.1 0 05/11/2026
8.3.1.6-preview.1.1 0 04/28/2026
8.3.1.5 0 05/25/2026
8.3.1.5-preview.1.1 0 04/23/2026
8.3.1.4-preview.1.1 0 02/11/2026
8.3.1.3 0 02/07/2026
8.3.1.3-preview.3.1 0 02/05/2026
8.3.1.3-preview.2.3 0 01/26/2026
8.3.1.3-preview.1 0 10/14/2025
8.3.1.2 0 09/23/2025
8.3.1.2-preview.1 1 09/08/2026
8.3.1.1 0 04/29/2025
8.3.1.1-stable.1 0 04/29/2025
8.3.1.1-preview.1.2 0 04/01/2025
8.3.1-preview.2.3 0 12/05/2024
8.3.1-preview.1.2 0 11/06/2024
8.3.0.1 0 12/05/2024
8.3.0 0 12/03/2024
8.3.0-preview.6.1 0 11/06/2024
8.3.0-preview.5.4 0 10/24/2024
8.3.0-preview.4.1 0 07/18/2024
8.3.0-preview.3.1 0 04/10/2024
8.3.0-preview.2.1 0 02/20/2024
8.3.0-preview.1.8 0 02/06/2024
8.3.0-preview.0.132 0 04/09/2024
7.3.0.3 0 11/07/2024
7.3.0.3-preview.2.2 0 10/24/2024
7.3.0.3-preview.1.1 0 07/18/2024
7.3.0.2 0 04/10/2024
7.3.0.2-preview.1.1 0 04/05/2024
7.3.0.1 0 01/11/2024
7.3.0 0 09/21/2023
7.3.0-preview.1.2 0 08/31/2023
2.8.2.5 0 08/23/2023
2.8.2.4 0 08/22/2023
2.8.2.4-preview.96 0 08/17/2023
2.8.2.4-preview.95 0 08/16/2023
2.8.2.4-preview.89 0 07/25/2023
2.8.2.4-preview.84 0 06/27/2023
2.8.2.4-preview.82 0 06/26/2023
2.8.2.4-preview.76 0 06/19/2023
2.8.2.4-preview.70 0 06/15/2023
2.8.2.3 0 10/04/2022
2.8.2.2 0 09/08/2022
2.8.2.2-preview.8 0 09/08/2022
2.8.2.1 0 08/17/2022
2.8.2.1-preview.108 0 08/12/2022
2.8.2.1-preview.104 0 08/10/2022
2.8.2.1-preview.91 0 07/15/2022
2.8.2.1-preview.79 0 06/29/2022
2.8.2.1-preview.75 0 06/27/2022
2.8.2.1-preview.71 0 06/20/2022
2.8.2.1-preview.63 0 06/08/2022
2.8.2.1-preview.1 1 09/08/2026
2.8.2 0 05/22/2022
2.8.2-preview.266 0 05/11/2022
2.8.2-preview.256 0 04/26/2022
2.8.2-preview.254 0 04/17/2022
2.8.2-preview.232 0 03/17/2022
2.8.2-preview.209 0 02/18/2022
2.8.2-preview.187 0 01/27/2022
2.8.2-preview.179 0 12/18/2021
2.8.2-preview.178 0 12/15/2021
2.8.2-preview.155 0 10/29/2021
2.8.2-preview.152 0 10/22/2021
2.8.2-preview.150 0 10/11/2021
2.8.2-preview.145 0 09/28/2021
2.8.2-preview.140 0 09/14/2021
2.8.2-preview.139 0 09/13/2021
2.8.2-preview.127 0 08/21/2021
2.6.1.9 1 09/08/2026
2.6.1.9-preview.120 0 08/10/2021
2.6.1.9-preview.9 0 05/11/2022
2.6.1.9-preview.6 0 09/14/2021
2.6.1.9-preview.5 0 09/13/2021
2.6.1.9-preview.2 0 08/19/2021
2.6.1.8 1 09/08/2026
2.6.1.8-preview.93 0 06/12/2021
2.6.1.8-preview.90 0 05/30/2021
2.6.1.8-preview.61 0 07/12/2021
2.6.1.7 0 09/11/2020
2.6.1.7-preview.40 0 02/06/2021
2.6.1.7-preview.36 0 09/03/2020
2.6.1.7-preview.33 0 08/25/2020
2.6.1.7-preview.24 0 01/27/2021
2.6.1.7-preview.18 0 11/10/2020
2.6.1.6 0 07/14/2020
2.6.1.6-preview.19 0 08/04/2020
2.6.1.6-preview.18 0 08/02/2020
2.6.1.6-preview.9 0 07/27/2020
2.6.1.5 0 07/09/2020
2.6.1.5-preview.33 0 07/01/2020
2.6.1.5-preview.24 0 06/27/2020
2.6.1.5-preview.14 0 06/18/2020
2.6.1.5-preview.12 0 06/16/2020
2.6.1.5-preview.3 0 06/08/2020
2.6.1.4 0 05/18/2020
2.6.1.4-preview.2 0 05/18/2020
2.6.1.3 0 05/02/2020
2.6.1.2 0 04/30/2020
2.6.1.1 0 12/21/2019
2.6.1.1-preview.60 0 04/13/2020
2.6.1.1-preview.50 0 04/03/2020
2.6.1.1-preview.45 0 03/24/2020
2.6.1.1-preview.43 0 03/18/2020
2.6.1.1-preview.39 0 02/27/2020
2.6.1.1-preview.29 0 02/07/2020
2.6.1.1-preview.21 0 01/20/2020
2.6.1.1-preview.17 0 01/11/2020
2.6.1.1-preview.9 0 12/10/2019
2.6.1 0 11/22/2019
2.6.1-rc.172 0 11/17/2019
2.6.1-rc.170 0 11/16/2019
2.6.1-rc.169 0 11/14/2019
2.6.1-rc.165 0 11/07/2019
2.6.1-rc.153 0 10/24/2019
2.5.3-rc.147 0 09/26/2019
1.4.6.2 0 12/04/2018
1.4.6.2-preview28 0 11/14/2018
1.4.6.1 0 05/22/2018
1.4.6 0 05/19/2017
1.4.5 0 05/05/2017