first commit

This commit is contained in:
Till Dieminger
2025-08-30 21:32:46 +02:00
commit 54f93fd462
32 changed files with 9214 additions and 0 deletions

7
hb.h Executable file
View File

@@ -0,0 +1,7 @@
#include <X11/Xft/Xft.h>
#include <hb.h>
#include <hb-ft.h>
void hbunloadfonts();
void hbtransform(XftGlyphFontSpec *, const Glyph *, size_t, int, int);