pkg/fontconfig: pattern get

This commit is contained in:
Mitchell Hashimoto
2022-09-17 09:04:40 -07:00
parent 86f7d0e04e
commit 9750ac87fd
3 changed files with 34 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
pub const Error = error{
OutOfMemory,
FontconfigFailed,
FontconfigNoMatch,
FontconfigTypeMismatch,
FontconfigNoId,
};