Bugfixes/testing changes
This commit is contained in:
@ -10,7 +10,7 @@ def main(font_name, n_glyphs, fname_png, fname_c):
|
||||
with open(fname_c, "wt") as output:
|
||||
output.writelines([
|
||||
"// generated code! be nice!\n",
|
||||
"#include \"sys/sys.h\";\n",
|
||||
"#include \"sys/sys.h\"\n",
|
||||
f"sys_glyph {font_name}[{n_glyphs}] = {{{', '.join(str(g) for g in glyphs)}}};\n"
|
||||
])
|
||||
|
||||
|
Reference in New Issue
Block a user