diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2023-09-27 04:30:42 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2023-09-27 04:30:42 +0200 |
commit | 297bb121dcc183411a9b4977f0a4fcfc32b7e3f9 (patch) | |
tree | 6551645c7d2a8dfefb946a03b0f011c0458b4fc0 | |
parent | f0350659cf5e0166128f07d4770a1ff6357ca5af (diff) | |
download | saw-297bb121dcc183411a9b4977f0a4fcfc32b7e3f9.zip |
rename ttf file
-rw-r--r-- | black_chancery.ttf (renamed from font.ttf) | bin | 56732 -> 56732 bytes | |||
-rw-r--r-- | gen_font.c | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/font.ttf b/black_chancery.ttf Binary files differindex cca5091..cca5091 100644 --- a/font.ttf +++ b/black_chancery.ttf @@ -7,7 +7,7 @@ exit #include <assert.h> int main(int argc, char **argv) { - FILE *in = fopen("font.ttf", "rb"); + FILE *in = fopen("black_chancery.ttf", "rb"); FILE *out = fopen("source/saw/font.inl.h", "wb"); assert(in != NULL); assert(out != NULL); |