/distrofonts

Generate PNG images from TTF fonts found in Archlinux AUR/ABS source tree.

Primary LanguagePython

Archfonts

Archfonts is a script and module to generate PNG images from TTF fonts found in Archlinux AUR or ABS source trees.

The source for archfonts is available on GitHub, and released under the MIT license.

Prebuilt indexes

Dependencies

  • ttf2png
  • pacman (makepkg)
  • imagemagick

Usage

usage: archfonts.py [-h] [-o OUTPUT] [-s SOURCE_DIR] [-b BUILD_DIR]

Build PNG files from TTF packages in AUR.

optional arguments:
  -h, --help            show this help message and exit
  -o OUTPUT, --output OUTPUT
	                output type
  -s SOURCE_DIR, --source-dir SOURCE_DIR
	                directory where ABS/AUR packages live
  -b BUILD_DIR, --build-dir BUILD_DIR
	                directory where packages will be copied/built