Прошло 2 года.

This commit is contained in:
Кобелев Андрей Андреевич
2026-03-10 22:54:23 +03:00
parent c7636ebd6f
commit a111352dc5
313 changed files with 274971 additions and 1409 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,11 @@
#pragma once
#include <epdiy.h>
#ifdef DEFINE_FONTS
#include "alexandria.h"
#include "amiri.h"
#else
extern const EpdFont Alexandria;
extern const EpdFont Amiri;
#endif