This commit is contained in:
2026-06-09 15:54:01 +08:00
commit 43766f0bb6
2 changed files with 26 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
data = bytes([
])
with open("output.ttf", "wb") as f:
f.write(data)
print("TTF 文件已生成")