diff options
| author | Nikita Langer <nikitalanger@icloud.com> | 2026-04-06 12:04:31 +0200 |
|---|---|---|
| committer | Nikita Langer <nikitalanger@icloud.com> | 2026-04-06 12:04:31 +0200 |
| commit | 3a0bbcf5f60aab95bb37671bdb7ba0d781dc0f1d (patch) | |
| tree | e5bbdfb3a333a3c1f1dda4fbe199f6ca37f996eb /hb.h | |
| download | st-3a0bbcf5f60aab95bb37671bdb7ba0d781dc0f1d.tar.gz st-3a0bbcf5f60aab95bb37671bdb7ba0d781dc0f1d.tar.bz2 st-3a0bbcf5f60aab95bb37671bdb7ba0d781dc0f1d.zip | |
hallo
Diffstat (limited to 'hb.h')
| -rwxr-xr-x | hb.h | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +#include <X11/Xft/Xft.h> +#include <hb.h> +#include <hb-ft.h> + +typedef struct { + hb_buffer_t *buffer; + hb_glyph_info_t *glyphs; + hb_glyph_position_t *positions; + unsigned int count; +} HbTransformData; + +void hbunloadfonts(); +void hbtransform(HbTransformData *, XftFont *, const Glyph *, int, int); +void hbcleanup(HbTransformData *); |
