summaryrefslogtreecommitdiff
path: root/pkg/fontconfig/error.zig
blob: dd88b41126c34361f8a7effa942aa66c61448dd4 (plain)
1
2
3
4
5
6
7
pub const Error = error{
    OutOfMemory,
    FontconfigFailed,
    FontconfigNoMatch,
    FontconfigTypeMismatch,
    FontconfigNoId,
};