DeltaText 0.0.7
See the version list below for details.
dotnet add package DeltaText --version 0.0.7
NuGet\Install-Package DeltaText -Version 0.0.7
<PackageReference Include="DeltaText" Version="0.0.7" />
<PackageVersion Include="DeltaText" Version="0.0.7" />
<PackageReference Include="DeltaText" />
paket add DeltaText --version 0.0.7
#r "nuget: DeltaText, 0.0.7"
#:package DeltaText@0.0.7
#addin nuget:?package=DeltaText&version=0.0.7
#tool nuget:?package=DeltaText&version=0.0.7
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.
- User-facing API: USER_API.md
- Canonical contract: PUBLIC_CONTRACT.md
- Internal implementation notes: INTERNAL.md
- Build and checks: WORKFLOW.md
- Headless font and render fixture: probes/FontCheck
- Selected work: TODO.md
- Legal notices: THIRD-PARTY-NOTICES.md
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 | 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
- DeltaMaths (>= 0.0.7)
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.