neodotfiles/source/st/hb.h
2024-03-28 18:55:20 -04:00

7 lines
155 B
C

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