mirror of
https://github.com/freedoom/freedoom.git
synced 2025-08-30 17:16:55 -04:00
textgen: remove commented out code
This commit is contained in:
parent
e7ad8ea2e6
commit
9a203847fa
1 changed files with 0 additions and 1 deletions
|
@ -162,7 +162,6 @@ def generate_kerning_test(font):
|
|||
if __name__ == "__main__":
|
||||
|
||||
font = TextGenerator("fontchars", kerning_table=FONT_KERNING_RULES)
|
||||
#generate_kerning_test(font)
|
||||
generate_graphics(font, red_graphics, color=font.COLOR_RED)
|
||||
generate_graphics(font, blue_graphics, color=font.COLOR_BLUE)
|
||||
generate_graphics(font, white_graphics, color=font.COLOR_WHITE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue