![]() |
VOOZH | about |
dotnet add package Aspose.Words.Shaping.HarfBuzz.Cpp --version 26.4.0
NuGet\Install-Package Aspose.Words.Shaping.HarfBuzz.Cpp -Version 26.4.0
<PackageReference Include="Aspose.Words.Shaping.HarfBuzz.Cpp" Version="26.4.0" />
<PackageVersion Include="Aspose.Words.Shaping.HarfBuzz.Cpp" Version="26.4.0" />Directory.Packages.props
<PackageReference Include="Aspose.Words.Shaping.HarfBuzz.Cpp" />Project file
paket add Aspose.Words.Shaping.HarfBuzz.Cpp --version 26.4.0
#r "nuget: Aspose.Words.Shaping.HarfBuzz.Cpp, 26.4.0"
#:package Aspose.Words.Shaping.HarfBuzz.Cpp@26.4.0
#addin nuget:?package=Aspose.Words.Shaping.HarfBuzz.Cpp&version=26.4.0Install as a Cake Addin
#tool nuget:?package=Aspose.Words.Shaping.HarfBuzz.Cpp&version=26.4.0Install as a Cake Tool
Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License
Aspose.Words.Shaping.HarfBuzz.Cpp provides the support for the OpenType features in the Aspose.Words using HarfBuzz shaping engine. This enables your C++ applications to offer better support for international languages and writing systems and allows you to perform text shaping.
Let's give Aspose.Words.Shaping.HarfBuzz.Cpp a try! Simply execute Install-Package Aspose.Words.Shaping.HarfBuzz.Cpp from Package Manager Console in Visual Studio to fetch the NuGet package. If you already have Aspose.Words.Shaping.HarfBuzz.Cpp and want to upgrade the version, please execute Update-Package Aspose.Words.Shaping.HarfBuzz.Cpp to get the latest version.
// For complete examples and data files, please go to https://github.com/aspose-words/Aspose.Words-for-C
// Open a document
auto doc = MakeObject<Document>(u"OpenType.Document.docx");
// When the text shaper factory is set, the layout starts to use OpenType features.
// An Instance property returns static BasicTextShaperCache object wrapping HarfBuzzTextShaperFactory
doc->get_LayoutOptions()->set_TextShaperFactory(Shaping::HarfBuzz::HarfBuzzTextShaperFactory::get_Instance());
// Render the document to PDF format
doc->Save(u"OpenType.Document.pdf");
Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| native | native native is compatible. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 26.4.0 | 122 | 5/13/2026 |
| 26.3.0 | 136 | 4/9/2026 |
| 26.2.0 | 219 | 3/12/2026 |
| 26.1.0 | 253 | 1/27/2026 |
| 25.12.0 | 446 | 12/18/2025 |
| 25.11.0 | 372 | 11/24/2025 |
| 25.10.0 | 447 | 11/10/2025 |
| 25.9.0 | 379 | 9/25/2025 |
| 25.8.0 | 539 | 8/25/2025 |
| 25.7.0 | 462 | 8/5/2025 |
| 25.6.0 | 426 | 6/23/2025 |
| 25.5.0 | 391 | 5/23/2025 |
| 25.4.0 | 448 | 4/27/2025 |
| 25.3.0 | 442 | 4/2/2025 |
| 25.2.0 | 390 | 2/19/2025 |
| 25.1.0 | 391 | 1/26/2025 |
| 24.12.0 | 393 | 12/30/2024 |
| 24.11.0 | 442 | 12/12/2024 |
| 24.10.0 | 408 | 10/25/2024 |
| 24.9.0 | 388 | 9/20/2024 |