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 (80)
x86_64-redoxwasm64-wasiriscv64-linuxx86_64-cygwinmipsel-netbsdpowerpc64le-linuxarmv7l-netbsdavr-none
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