mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-22 12:50:46 +00:00
fontconfig: font list
This commit is contained in:
@@ -18,7 +18,7 @@ pub const Pattern = opaque {
|
||||
c.FcPatternPrint(self.cval());
|
||||
}
|
||||
|
||||
inline fn cval(self: *Pattern) *c.struct__FcPattern {
|
||||
pub inline fn cval(self: *Pattern) *c.struct__FcPattern {
|
||||
return @ptrCast(*c.struct__FcPattern, self);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user