HarfBuzzSharp 8.3.1.1-preview.1.2

Prefix Reserved
This is a prerelease version of HarfBuzzSharp.
There is a newer version of this package available.
See the version list below for details.
dotnet add package HarfBuzzSharp --version 8.3.1.1-preview.1.2
                    
NuGet\Install-Package HarfBuzzSharp -Version 8.3.1.1-preview.1.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HarfBuzzSharp" Version="8.3.1.1-preview.1.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="HarfBuzzSharp" Version="8.3.1.1-preview.1.2" />
                    
Directory.Packages.props
<PackageReference Include="HarfBuzzSharp" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add HarfBuzzSharp --version 8.3.1.1-preview.1.2
                    
#r "nuget: HarfBuzzSharp, 8.3.1.1-preview.1.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=HarfBuzzSharp&version=8.3.1.1-preview.1.2&prerelease
                    
Install HarfBuzzSharp as a Cake Addin
#tool nuget:?package=HarfBuzzSharp&version=8.3.1.1-preview.1.2&prerelease
                    
Install HarfBuzzSharp as a Cake Tool

HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-android34.0 is compatible.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-ios17.0 is compatible.  net8.0-maccatalyst was computed.  net8.0-maccatalyst17.0 is compatible.  net8.0-macos was computed.  net8.0-macos14.0 is compatible.  net8.0-tizen7.0 is compatible.  net8.0-tvos was computed.  net8.0-tvos17.0 is compatible.  net8.0-windows was computed.  net8.0-windows10.0.19041 is compatible.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (64)

Showing the top 5 NuGet packages that depend on HarfBuzzSharp:

Package Downloads
SkiaSharp.HarfBuzz

This package adds text shaping support to SkiaSharp via HarfBuzz.

GemBox.Spreadsheet

GemBox.Spreadsheet is a .NET component that enables you to read, write, convert, and print spreadsheet files (XLSX, XLS, XLSB, CSV, HTML, and ODS) from .NET applications. With GemBox.Spreadsheet you get a fast and reliable component that's easy to use and doesn't depend on Microsoft Excel. It requires only .NET and it's much faster than Microsoft Office Automation!

GemBox.Document

GemBox.Document is a .NET component that enables developers to read, write, convert and print document files (DOCX, DOC, ODT, PDF, HTML, XPS, RTF, TXT) from .NET applications in a simple and efficient way.

Avalonia.Skia

Avalonia is a cross-platform UI framework for .NET providing a flexible styling system and supporting a wide range of Operating Systems such as Windows, Linux, macOS and with experimental support for Android, iOS and WebAssembly.

Spire.PDF

Spire.PDF for .NET is a versatile PDF library that enables software developers to generate, edit, read and manipulate PDF files within their own .NET applications. As a standalone PDF component, Spire.PDF for .NET provides users an incredible wealth of features without installing Adobe Acrobat. This component is completely written in C#, but also supports VB.NET, Windows Forms and ASP.NET. With the Spire.PDF for .NET API, you can get the ability to read PDF text and image even attachments with high efficiency. Even the special content such as language written from right to left can be extracted such as Herbrew and Arabic. Other basic features such as text, image, table, shapes, hyperlinks, bookmark, headings, footnotes, lists, form fields, pagination, booklet barcode, attachments, transparency, annotations, actions, overlay etc all work great for users. As for security, Spire.PDF for .NET enables you to protect your PDF files by passwords and digital signature. Spire.PDF now supprots to work on .NET core, MonoAndroid and Xamarin.iOS platforms.

GitHub repositories (16)

Showing the top 16 popular GitHub repositories that depend on HarfBuzzSharp:

Repository Stars
AvaloniaUI/Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
BeyondDimension/SteamTools
🛠「Watt Toolkit」是一个开源跨平台的多功能 Steam 工具箱。
mono/SkiaSharp
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
lay295/TwitchDownloader
Twitch VOD/Clip Downloader - Chat Download/Render/Replay
chocolatey/ChocolateyGUI
A delicious GUI for Chocolatey
modern-forms/Modern.Forms
Cross-platform spiritual successor to Winforms for .NET 8+
b-editor/beutl
Cross-platform video editing (compositing) software.
Redth/ResizetizerNT
Add SVG's and PNG's to your shared Xamarin Project
taublast/DrawnUi
Draw UI in .NET MAUI with SkiaSharp, with gestures and animations
mono/SkiaSharp.Extended
SkiaSharp is a cross-platform, comprehensive 2D graphics API for all .NET platforms. And, here is where you will find all sorts of extras that you can use with it.
Samsung/Tizen-CSharp-Samples
Tizen C# Samples for Mobile, Wearable, and TV profiles.
unoplatform/Uno.Samples
A collection of code samples for the Uno Platform
dansiegel/Mobile.BuildTools
The Mobile.BuildTools makes it easier to develop code bases in a clean, consistent, secure, and configurable way. Determine at Build which environment your app needs to run on, and what Client Secrets it should have. Plus many more amazing features!
SaviorXTanren/mixer-mixitup
Streaming bot application for handling chat, events, moderation, and other streamer assistance features
lindexi/lindexi_gd
博客用到的代码
AvaloniaUI/XamlControlsGallery
Version Downloads Last updated
8.3.1.1 3,329 4/29/2025
8.3.1.1-stable.1 46 4/29/2025
8.3.1.1-preview.1.2 35,248 4/1/2025
8.3.1-preview.2.3 3,001 12/5/2024
8.3.1-preview.1.2 3,613 11/6/2024
8.3.0.1 412,974 12/5/2024
8.3.0 4,224 12/3/2024
8.3.0-preview.6.1 117 11/6/2024
8.3.0-preview.5.4 1,510 10/24/2024
8.3.0-preview.4.1 8,069 7/18/2024
8.3.0-preview.3.1 2,879 4/10/2024
8.3.0-preview.2.1 3,565 2/20/2024
8.3.0-preview.1.8 339 2/6/2024
8.3.0-preview.0.132 151 4/9/2024
7.3.0.3 1,105,412 11/7/2024
7.3.0.3-preview.2.2 43,472 10/24/2024
7.3.0.3-preview.1.1 232 7/18/2024
7.3.0.2 3,105,205 4/10/2024
7.3.0.2-preview.1.1 182 4/5/2024
7.3.0.1 4,023,464 1/11/2024
7.3.0 7,378,388 9/21/2023
7.3.0-preview.1.2 4,157 8/31/2023
2.8.2.5 1,503,805 8/23/2023
2.8.2.4 15,108 8/22/2023
2.8.2.4-preview.96 9,913 8/17/2023
2.8.2.4-preview.95 406 8/16/2023
2.8.2.4-preview.89 14,656 7/25/2023
2.8.2.4-preview.84 57,976 6/27/2023
2.8.2.4-preview.82 486 6/26/2023
2.8.2.4-preview.76 2,822 6/19/2023
2.8.2.4-preview.70 896 6/15/2023
2.8.2.3 7,116,312 10/4/2022
2.8.2.2 1,698,173 9/8/2022
2.8.2.2-preview.8 612 9/8/2022
2.8.2.1 259,816 8/17/2022
2.8.2.1-preview.108 1,524,522 8/12/2022
2.8.2.1-preview.104 5,625 8/10/2022
2.8.2.1-preview.91 18,246 7/15/2022
2.8.2.1-preview.79 73,845 6/29/2022
2.8.2.1-preview.75 813 6/27/2022
2.8.2.1-preview.71 6,042 6/20/2022
2.8.2.1-preview.63 2,089 6/8/2022
2.8.2.1-preview.1 138,312 5/22/2022
2.8.2 2,568,791 5/22/2022
2.8.2-preview.266 1,207 5/11/2022
2.8.2-preview.256 1,002 4/26/2022
2.8.2-preview.254 80,600 4/17/2022
2.8.2-preview.232 29,544 3/17/2022
2.8.2-preview.209 1,213,141 2/18/2022
2.8.2-preview.187 13,099 1/27/2022
2.8.2-preview.179 4,666 12/18/2021
2.8.2-preview.178 743,572 12/15/2021
2.8.2-preview.155 10,611 10/29/2021
2.8.2-preview.152 816 10/22/2021
2.8.2-preview.150 816 10/11/2021
2.8.2-preview.145 814 9/28/2021
2.8.2-preview.140 2,118 9/14/2021
2.8.2-preview.139 804 9/13/2021
2.8.2-preview.127 5,511 8/21/2021
2.6.1.9 1,470,134 5/21/2022
2.6.1.9-preview.120 1,193 8/10/2021
2.6.1.9-preview.9 981 5/11/2022
2.6.1.9-preview.6 881 9/14/2021
2.6.1.9-preview.5 943 9/13/2021
2.6.1.9-preview.2 898 8/19/2021
2.6.1.8 178,160 7/12/2021
2.6.1.8-preview.93 964 6/12/2021
2.6.1.8-preview.90 1,001 5/30/2021
2.6.1.8-preview.61 924 7/12/2021
2.6.1.7 3,104,991 9/11/2020
2.6.1.7-preview.40 1,485 2/6/2021
2.6.1.7-preview.36 1,058 9/3/2020
2.6.1.7-preview.33 2,170 8/25/2020
2.6.1.7-preview.24 916 1/27/2021
2.6.1.7-preview.18 1,080 11/10/2020
2.6.1.6 199,188 7/14/2020
2.6.1.6-preview.19 993 8/4/2020
2.6.1.6-preview.18 1,118 8/2/2020
2.6.1.6-preview.9 1,106 7/27/2020
2.6.1.5 722,945 7/9/2020
2.6.1.5-preview.33 2,586 7/1/2020
2.6.1.5-preview.24 1,129 6/27/2020
2.6.1.5-preview.14 2,210 6/18/2020
2.6.1.5-preview.12 1,089 6/16/2020
2.6.1.5-preview.3 1,078 6/8/2020
2.6.1.4 567,408 5/18/2020
2.6.1.4-preview.2 1,023 5/18/2020
2.6.1.3 55,677 5/2/2020
2.6.1.2 7,286 4/30/2020
2.6.1.1 35,866 12/21/2019
2.6.1.1-preview.60 1,067 4/13/2020
2.6.1.1-preview.50 1,813 4/3/2020
2.6.1.1-preview.45 1,017 3/24/2020
2.6.1.1-preview.43 1,080 3/18/2020
2.6.1.1-preview.39 1,091 2/27/2020
2.6.1.1-preview.29 1,155 2/7/2020
2.6.1.1-preview.21 1,253 1/20/2020
2.6.1.1-preview.17 1,165 1/11/2020
2.6.1.1-preview.9 1,089 12/10/2019
2.6.1 138,980 11/22/2019
2.6.1-rc.172 1,654 11/17/2019
2.6.1-rc.170 1,118 11/16/2019
2.6.1-rc.169 1,162 11/14/2019
2.6.1-rc.165 1,172 11/7/2019
2.6.1-rc.153 2,945 10/24/2019
2.5.3-rc.147 2,193 9/26/2019
1.4.6.2 67,904 12/4/2018
1.4.6.2-preview28 2,587 11/14/2018
1.4.6.1 234,778 5/22/2018
1.4.6 257,249 5/19/2017
1.4.5 4,825 5/5/2017

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