textgen: remove commented out code

This commit is contained in:
Mike Swanson 2020-02-02 12:59:59 -08:00
parent e7ad8ea2e6
commit 9a203847fa

View file

@ -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)