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)
i686-genodex86_64-genodepowerpc64-linuxmsp430-noneaarch64-windowsaarch64-netbsdx86_64-linuxx86_64-netbsd
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