ghostty/pkg/fontconfig/error.zig
2022-09-17 09:04:40 -07:00

8 lines
138 B
Zig

pub const Error = error{
OutOfMemory,
FontconfigFailed,
FontconfigNoMatch,
FontconfigTypeMismatch,
FontconfigNoId,
};