pkg/harfbuzz: some blob APIs

This commit is contained in:
Mitchell Hashimoto
2022-08-28 10:54:42 -07:00
parent 44dfe54fe8
commit 3d68c72912
3 changed files with 137 additions and 0 deletions

5
pkg/harfbuzz/errors.zig Normal file
View File

@@ -0,0 +1,5 @@
pub const Error = error{
/// Not very descriptive but harfbuzz doesn't actually have error
/// codes so the best we can do!
HarfbuzzFailed,
};