SDL2_Pango
sdl2-pango 2.1.5
Library for graphically rendering internationalized and tagged text in SDL2 using TrueType fonts
https://github.com/markuskimius/SDL2_PangoGNU Lesser General Public License v2.1 or later
programs: -
Maintainers
Platforms (80)
i686-genodex86_64-genodepowerpc64-linuxmsp430-noneaarch64-windowsaarch64-netbsdx86_64-linuxx86_64-netbsd
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ SDL2_Pango ];
Ad-hoc shell
nix-shell -p SDL2_Pango
Flake (nix run)
nix run nixpkgs#SDL2_Pango