st/hb.h
wundrweapon 35a662dbdc
Add support for stylistic sets
Other OTF tags may also work
2020-07-12 18:54:32 -04:00

6 lines
168 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, char **, int);