SDL_ttf

SDL_ttf 2.0.11-unstable-2026-07-05

SDL TrueType library

https://github.com/libsdl-org/SDL_ttf
zlib License
programs: -
Platforms (79)
armv7a-linuxarmv6l-netbsdarmv5tel-linuxmmix-mmixwares390-linuxarm-nonemipsel-netbsdi686-windows
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  SDL_ttf
];
Ad-hoc shell
nix-shell -p SDL_ttf
Flake (nix run)
nix run nixpkgs#SDL_ttf