fontconfig: font list

This commit is contained in:
Mitchell Hashimoto
2022-09-14 10:14:09 -07:00
parent ce899dca11
commit eb2ce495b3
6 changed files with 40 additions and 3 deletions

View File

@@ -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);
}
};