mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-03 10:25:46 -04:00
Previously left alone, and with the old font, due to their special nature, but since then, the small-text generator exists too! Only thing special is that wikilrs is rotated, which is resolved simply by using ImageMagick. Closes #184 |
||
---|---|---|
.. | ||
font | ||
fontchars | ||
.gitignore | ||
common.py | ||
config.py | ||
credit.txt | ||
Makefile | ||
README | ||
smtextgen | ||
textgen |
This is a script that generates the big font graphics used in the menus and intermission screens. The font used to generate the graphics is in the subdirectory 'fontchars'. This is based on the original font graphics (found in 'font') which have been split up into individual files each containing a single character. The script generates the image by invoking ImageMagick to composite the character graphics together. ImageMagick is therefore a dependency, although the Python wrapper for ImageMagick is not used.