SDL_ttf
SDL_ttf 2.0.11-unstable-2024-04-23
SDL TrueType library
https://github.com/libsdl-org/SDL_ttfzlib License
programs: -
Maintainers
Platforms (80)
riscv32-nonem68k-nonex86_64-nonex86_64-netbsdi686-openbsdm68k-netbsdx86_64-windowsx86_64-redox
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