From 84095025d5eedc666c2f06ed9af246055d299acf Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 7 May 2024 15:10:53 -0700 Subject: [PATCH] font: fontconfig has proper function --- src/font/discovery.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/font/discovery.zig b/src/font/discovery.zig index 17e30ee61..9cfbe4a05 100644 --- a/src/font/discovery.zig +++ b/src/font/discovery.zig @@ -288,7 +288,7 @@ pub const Fontconfig = struct { } pub fn discoverFallback( - self: *const CoreText, + self: *const Fontconfig, alloc: Allocator, collection: *Collection, desc: Descriptor,