pkg/fontconfig: add some error handling

This commit is contained in:
Mitchell Hashimoto
2022-09-17 08:58:42 -07:00
parent 0d80225977
commit 86f7d0e04e
4 changed files with 11 additions and 3 deletions

3
pkg/fontconfig/error.zig Normal file
View File

@@ -0,0 +1,3 @@
pub const Error = error{
FontconfigFailed,
};