SDL3-CS.Linux.TTF
3.2.2
See the version list below for details.
dotnet add package SDL3-CS.Linux.TTF --version 3.2.2
NuGet\Install-Package SDL3-CS.Linux.TTF -Version 3.2.2
<PackageReference Include="SDL3-CS.Linux.TTF" Version="3.2.2" />
<PackageVersion Include="SDL3-CS.Linux.TTF" Version="3.2.2" />
<PackageReference Include="SDL3-CS.Linux.TTF" />
paket add SDL3-CS.Linux.TTF --version 3.2.2
#r "nuget: SDL3-CS.Linux.TTF, 3.2.2"
#:package SDL3-CS.Linux.TTF@3.2.2
#addin nuget:?package=SDL3-CS.Linux.TTF&version=3.2.2
#tool nuget:?package=SDL3-CS.Linux.TTF&version=3.2.2
SDL3-CS.Linux.TTF
<p align="center"> <img alt="Linux native package" src="https://img.shields.io/badge/platform-Linux-555?style=flat-square"> <img alt="SDL_ttf" src="https://img.shields.io/badge/component-SDL_ttf-239120?style=flat-square"> <img alt="SDL_ttf 3.2.2" src="https://img.shields.io/badge/native-SDL_ttf%203.2.2-004880?style=flat-square"> </p>
SDL3-CS.Linux.TTF contains SDL_ttf native runtime libraries for TrueType/OpenType font and text APIs for Linux applications that use SDL3-CS.
When To Use This Package
Use this package when a .NET application targets Linux and needs font loading, glyph metrics, and rendered text through SDL3.TTF. Keep all SDL3-CS packages in the same application on the same platform family; do not mix SDL3-CS.Linux with native packages from another platform family. This add-on package is not a replacement for the base runtime package. Install it together with SDL3-CS and SDL3-CS.Linux.
Native Version
| Package | Native library version | Package line |
|---|---|---|
SDL3-CS.Linux.TTF |
SDL_ttf 3.2.2 | 3.2.2.x |
Supported Runtime Identifiers
linux-x64linux-arm64
Package Contents
runtimes/<rid>/native/assets for each supported runtime identifier.buildTransitive/SDL3-CS.Linux.TTF.targetsfor package-time native asset integration.README.md,LICENSE, and the SDL3-CS package icon for NuGet display.- No application entry point and no managed SDL wrapper API beyond any bridge bindings required by the platform.
Native asset mode: dynamic native libraries copied from the NuGet runtime assets.
Installation
dotnet add package SDL3-CS
dotnet add package SDL3-CS.Linux
dotnet add package SDL3-CS.Linux.TTF
Companion Packages
| Package | Native component | Use when you need |
|---|---|---|
SDL3-CS.Linux |
SDL 3.4.12 | Core SDL3 runtime assets. |
SDL3-CS.Linux.Image |
SDL_image 3.4.4 | Image loading and saving. |
SDL3-CS.Linux.TTF |
SDL_ttf 3.2.2 | Font and text rendering APIs. |
SDL3-CS.Linux.Mixer |
SDL_mixer 3.2.4 | Music and mixer playback APIs. |
SDL3-CS.Linux.Shadercross |
SDL_shadercross 3.0.0 | Shader translation APIs. |
Build From This Repository
From the repository root:
dotnet pack .\SDL3-CS.NativePackages\SDL3-CS.Linux.TTF\SDL3-CS.Linux.TTF.csproj -c Release
The release pipeline populates the lib/<rid>/ folders before packaging. A local pack without those native assets is useful only for metadata validation.
Verification Checklist
- The package RID list matches the release manifest and native artifact layout.
PackageReadmeFilepoints to this README.buildTransitivetargets are packed underbuildTransitive/$(PackageId).targets.- Applications reference
SDL3-CSplus the matching Linux native package family.
Related Documentation
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.