DeltaText 0.0.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package DeltaText --version 0.0.7
                    
NuGet\Install-Package DeltaText -Version 0.0.7
                    
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="DeltaText" Version="0.0.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DeltaText" Version="0.0.7" />
                    
Directory.Packages.props
<PackageReference Include="DeltaText" />
                    
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 DeltaText --version 0.0.7
                    
#r "nuget: DeltaText, 0.0.7"
                    
#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 DeltaText@0.0.7
                    
#: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=DeltaText&version=0.0.7
                    
Install as a Cake Addin
#tool nuget:?package=DeltaText&version=0.0.7
                    
Install as a Cake Tool

DeltaText

Renderer-neutral CPU text producer for Furnace. The public boundary is Delta.Text.Contract.ITextService: it opens immutable font instances, shapes UTF-16 text and returns unpacked coverage/SDF/MSDF/color glyph images. The optional CpuTextRenderer composes those images into an owned RGBA8 bitmap for CPU previews and headless output.

For repeated previews, shape once and call the CpuTextRenderer.Render overload that accepts ShapedText; the request overload is the one-shot convenience path.

DeltaText owns shaping and CPU image generation only. DeltaRender owns packing, UVs, staging, batching and GPU resources. DeltaXAML supplies text requests through its adapter and does not retain DeltaText implementation objects.

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 (2)

Showing the top 2 NuGet packages that depend on DeltaText:

Package Downloads
DeltaXAML.Contract

Neutral input and borrowed UI display-list contracts for DeltaXAML consumers.

DeltaXAML

Retained XAML UI library with typed properties, bindings and layout.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.8 51 9/4/2026
0.0.7 64 9/2/2026