mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-06 19:25:46 -04:00
The tags are shorthand for the license of each file and avoid copying the full license text into each one (and avoids having to manually update the dates in each one...).
9 lines
516 B
Text
9 lines
516 B
Text
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.
|