Searched refs:charcode (Results 1 – 1 of 1) sorted by relevance
17 def generate_element(image, charcode): argument24 blackwhite.save("{}_{}.png".format(args.name, charcode))26 if PRINTABLE_MIN <= charcode <= PRINTABLE_MAX:27 char = " ({:c})".format(charcode)31 args.output.write("""\t/* {:d}{} */\n\t{{\n""".format(charcode, char))