freedoom/graphics/text
2017-03-14 17:59:34 -07:00
..
font Add lower case font characters. 2014-07-12 22:44:33 +00:00
fontchars Add lower case font characters. 2014-07-12 22:44:33 +00:00
.gitignore parallel_textgen: run textgen in parallel 2017-03-14 17:56:14 -07:00
common.py Copyright date bump and apply SPDX tags. 2017-02-15 16:41:53 -08:00
config.py text/config.py: make t_phase images white 2017-03-14 17:59:34 -07:00
credit.txt dehacked: Use https: version of website link. 2014-10-03 05:16:39 +00:00
Makefile text/Makefile: select t_phase images for copying 2017-03-14 17:59:34 -07:00
README Copyright date bump and apply SPDX tags. 2017-02-15 16:41:53 -08:00
smtextgen Copyright date bump and apply SPDX tags. 2017-02-15 16:41:53 -08:00
textgen parallel_textgen: run textgen in parallel 2017-03-14 17:56:14 -07:00

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.