Scryber.Core.OpenType 8.0.0.1-beta

This is a prerelease version of Scryber.Core.OpenType.
dotnet add package Scryber.Core.OpenType --version 8.0.0.1-beta
                    
NuGet\Install-Package Scryber.Core.OpenType -Version 8.0.0.1-beta
                    
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="Scryber.Core.OpenType" Version="8.0.0.1-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Scryber.Core.OpenType" Version="8.0.0.1-beta" />
                    
Directory.Packages.props
<PackageReference Include="Scryber.Core.OpenType" />
                    
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 Scryber.Core.OpenType --version 8.0.0.1-beta
                    
#r "nuget: Scryber.Core.OpenType, 8.0.0.1-beta"
                    
#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=Scryber.Core.OpenType&version=8.0.0.1-beta&prerelease
                    
Install Scryber.Core.OpenType as a Cake Addin
#tool nuget:?package=Scryber.Core.OpenType&version=8.0.0.1-beta&prerelease
                    
Install Scryber.Core.OpenType as a Cake Tool

This package supports the reading and inspecting of Open Type font files including otf, ttf and ttc files along with Woff (v1). It is independent, but primarily used by the Scryber.Core pdf library

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-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. 
.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 was computed. 
.NET Framework net461 was computed.  net462 was computed.  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 (3)

Showing the top 3 NuGet packages that depend on Scryber.Core.OpenType:

Package Downloads
AuthScape.WhiteLabel

Package Description

AuthScape.PrivateLabel

Package Description

Scryber.Core.Experimental

The scryber pdf engine for dotnet 5 - Beautiful documents from templates made easy. Scryber is an advanced PDF generation engine based around HTML templates with CSS styles and SVG drawing. It includes full flowing pages, dynamic template binding on your object model and referenced external files, images, css and fonts. Easily create documents from your Apps, MVC sites, or Javascipt ajax calls. This framework is built entirely in .NET5 and is released under the LGPL licence so you can use to it in commercial applications.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Scryber.Core.OpenType:

Repository Stars
grandnode/grandnode2
E-commerce platform built with ASP.NET Core using MongoDB for NoSQL storage
richard-scryber/scryber.core
Scryber.Core is a dotnet 6 html to pdf engine written entirely in C# for creating beautiful flowing documents from html templates including css styles, object data binding and svg drawing.
Version Downloads Last updated
8.0.0.1-beta 268 2/17/2025
6.1.0-beta 15,775 1/6/2024
6.0.3.3-beta 3,436 1/2/2024
6.0.1-beta 106 1/6/2024
6.0.0.7-beta 125 1/2/2024
6.0.0.6-beta 2,403 1/1/2024
6.0.0.5-beta 34,018 9/16/2022
6.0.0-alpha.2 2,506 11/1/2021
6.0.0-alpha 270 10/26/2021
5.0.3 87,072 1/18/2021
5.0.1 430 1/18/2021
5.0.0 446 1/16/2021
5.0.0-alpha 1,455 12/22/2020
1.0.0 7,072 5/23/2020

Release for the 6.1.0.0-beta of the core engine.

   Now supports the otf, ttf, and ttc file formats for font reading and measuring.
   Compatible with net standard 2.0 and net 6.0.

   There is a change in usage to the Scryber.OpenType.TypefaceReader along with returning a LineSize struct, rather than a System.Drawing.SizeF struct.

   Added support for measurement honoring the non-breaking space (char 160) and breaking preferentially on a hypen if it is flagged in the type measurement options.

   This is the base type for reading OpenType, TTF and TTC font files used in scryber.core, but is independent from any PDF creation requirements.

See the read me at https://github.com/richard-scryber/Scryber.Core.OpenType for more usage information.