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_Pango
GNU Lesser General Public License v2.1 or later
programs: -
Platforms (79)
x86_64-nonemips-linuxaarch64-linuxaarch64-freebsdarmv6l-netbsdwasm64-wasip1i686-cygwinarmv6l-linux
View source on NixOS/nixpkgs →

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