SDL_ttf

SDL_ttf 2.0.11-unstable-2024-04-23

SDL TrueType library

https://github.com/libsdl-org/SDL_ttf
zlib License
programs: -
Platforms (80)
aarch64-uefiaarch64-darwinpowerpc64le-linuxs390-nonepowerpc-linuxriscv64-linuxarmv6l-nonex86_64-freebsd
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