fontforge

fontforge 20251009

Font editor

https://fontforge.github.io
BSD 3-clause "New" or "Revised" License
programs: dewoff, fontlint, acorn2sfd, pcl2ttf, fontimage, woff, rmligamarks, ttf2eps, stripttc, sfddiff, fontforge, showttf, pfadecrypt, findtable
Platforms (79)
microblazeel-nonem68k-nonesh4-linuxriscv32-linuxriscv64-linuxvc4-noneaarch64-uefiarmv5tel-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  fontforge
];
Ad-hoc shell
nix-shell -p fontforge
Flake (nix run)
nix run nixpkgs#fontforge