popup: use system fonts exclusively

This commit is contained in:
2026-08-14 15:17:00 +09:00
parent 54355b8190
commit 08369e718e
14 changed files with 34 additions and 116 deletions

2
fn.h
View File

@@ -43,6 +43,6 @@ void ibusthread(void*);
void* emalloc(ulong);
void* erealloc(void*, ulong);
int textinit(char**, int);
int textinit(void);
int textwidth(Str*);
void textdraw(u32int*, int, int, int, int, Str*);