ZingPDF.Fonts
1.0.37
dotnet add package ZingPDF.Fonts --version 1.0.37
NuGet\Install-Package ZingPDF.Fonts -Version 1.0.37
<PackageReference Include="ZingPDF.Fonts" Version="1.0.37" />
<PackageVersion Include="ZingPDF.Fonts" Version="1.0.37" />
<PackageReference Include="ZingPDF.Fonts" />
paket add ZingPDF.Fonts --version 1.0.37
#r "nuget: ZingPDF.Fonts, 1.0.37"
#:package ZingPDF.Fonts@1.0.37
#addin nuget:?package=ZingPDF.Fonts&version=1.0.37
#tool nuget:?package=ZingPDF.Fonts&version=1.0.37
ZingPDF.Fonts
ZingPDF.Fonts contains the font metadata, metrics, and loading helpers used by ZingPDF.
Installation
If you are consuming the main ZingPDF package directly, this package is restored automatically as a dependency.
To reference it explicitly:
dotnet add package ZingPDF.Fonts
What it contains
This package provides:
- PDF standard font metrics
- TrueType font loading helpers for embedded font registration
- embedded font metrics helpers
- simple font metrics providers used by the main library
Typical usage
ZingPDF.Fonts is used by the core ZingPDF package to support:
- registration of standard PDF fonts
- registration of embedded TrueType fonts from files or streams
- text measurement for forms and other layout calculations
The document-level registration APIs live in the main ZingPDF package:
using var pdf = Pdf.Create();
var helvetica = await pdf.RegisterStandardFontAsync(StandardPdfFonts.Helvetica);
var custom = await pdf.RegisterTrueTypeFontAsync("MyFont.ttf");
High-level text registration currently targets WinAnsi / Windows-1252 text workflows.
If you are choosing packages for an application, most projects should reference ZingPDF rather than ZingPDF.Fonts directly.
Licensing
ZingPDF is proprietary software. Review LICENSE.txt and ensure you have an active paid subscription with sufficient seats, or another applicable commercial agreement, before commercial use or commercial bundling.
Support and compatibility
See SUPPORT.md in the package root or docs/project/SUPPORT.md in the repository for the current support stance and release-readiness notes.
More information
- core docs: zingpdf.dev/docs.html
- guides: zingpdf.dev/guides.html
- capability matrix: zingpdf.dev/capabilities.html
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- SkiaSharp (>= 3.116.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|