zig bindings for fcft
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-09 01:44:38 -04:00
.gitignore initial commit 2026-04-19 17:31:25 -04:00
build.zig declare target/optimize and forward to pixman dep so parent builds share one pixman module 2026-07-09 01:44:38 -04:00
build.zig.zon repin pixman dep to stacksmash/zig-pixman e40b30b 2026-04-22 16:40:23 -04:00
fcft.zig std.meta.Int -> @Int for zig master 2026-07-09 01:40:42 -04:00
LICENSE initial commit 2026-04-19 17:31:25 -04:00
README.md initial commit 2026-04-19 17:31:25 -04:00

zig-fcft

zig 0.17 bindings for fcft, the simple library for fontconfig + FreeType + HarfBuzz font loading.

Depends on zig-pixman because fcft glyph bitmaps are pixman_image_t.