Scryber.Core.OpenType 5.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Scryber.Core.OpenType --version 5.0.1
NuGet\Install-Package Scryber.Core.OpenType -Version 5.0.1
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="5.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Scryber.Core.OpenType --version 5.0.1
#r "nuget: Scryber.Core.OpenType, 5.0.1"
#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.
// Install Scryber.Core.OpenType as a Cake Addin
#addin nuget:?package=Scryber.Core.OpenType&version=5.0.1

// Install Scryber.Core.OpenType as a Cake Tool
#tool nuget:?package=Scryber.Core.OpenType&version=5.0.1

The Open Type font file package needed to read otf, ttf and ttc files.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net5.0

    • No dependencies.

NuGet packages (2)

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

Package Downloads
AuthScape.WhiteLabel

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
Open-Source eCommerce Platform on .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, LiteDB & Vue.js
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
6.1.0-beta 2,067 1/6/2024
6.0.3.3-beta 720 1/2/2024
6.0.1-beta 68 1/6/2024
6.0.0.7-beta 78 1/2/2024
6.0.0.6-beta 581 1/1/2024
6.0.0.5-beta 22,066 9/16/2022
6.0.0-alpha.2 2,340 11/1/2021
6.0.0-alpha 224 10/26/2021
5.0.3 41,849 1/18/2021
5.0.1 372 1/18/2021
5.0.0 385 1/16/2021
5.0.0-alpha 1,301 12/22/2020
1.0.0 6,796 5/23/2020

Fix for reading the font files when the header and OS/2 tables are after the hmtx table

Inline with standards - version 5 now targets version 5 of the .Net frameworks

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