ZingPDF.Fonts 1.0.37

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package ZingPDF.Fonts --version 1.0.37
                    
NuGet\Install-Package ZingPDF.Fonts -Version 1.0.37
                    
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="ZingPDF.Fonts" Version="1.0.37" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ZingPDF.Fonts" Version="1.0.37" />
                    
Directory.Packages.props
<PackageReference Include="ZingPDF.Fonts" />
                    
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 ZingPDF.Fonts --version 1.0.37
                    
#r "nuget: ZingPDF.Fonts, 1.0.37"
                    
#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.
#:package ZingPDF.Fonts@1.0.37
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ZingPDF.Fonts&version=1.0.37
                    
Install as a Cake Addin
#tool nuget:?package=ZingPDF.Fonts&version=1.0.37
                    
Install as a Cake Tool

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

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
Loading failed