mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
font/shaper: fix failing test on macos
This commit is contained in:
@ -908,6 +908,7 @@ fn testShaper(alloc: Allocator) !TestShaper {
|
|||||||
var disco_it = try disco.discover(.{
|
var disco_it = try disco.discover(.{
|
||||||
.family = "Apple Color Emoji",
|
.family = "Apple Color Emoji",
|
||||||
.size = 12,
|
.size = 12,
|
||||||
|
.monospace = false,
|
||||||
});
|
});
|
||||||
defer disco_it.deinit();
|
defer disco_it.deinit();
|
||||||
var face = (try disco_it.next()).?;
|
var face = (try disco_it.next()).?;
|
||||||
|
Reference in New Issue
Block a user