mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-18 19:11:20 +00:00
font: move auto-italicization to Group
This commit is contained in:
@@ -183,7 +183,6 @@ test {
|
||||
|
||||
// Setup group
|
||||
try cache.group.addFace(
|
||||
alloc,
|
||||
.regular,
|
||||
DeferredFace.initLoaded(try Face.init(lib, testFont, .{ .points = 12 })),
|
||||
);
|
||||
@@ -340,7 +339,6 @@ test "resize" {
|
||||
|
||||
// Setup group
|
||||
try cache.group.addFace(
|
||||
alloc,
|
||||
.regular,
|
||||
DeferredFace.initLoaded(try Face.init(lib, testFont, .{ .points = 12, .xdpi = 96, .ydpi = 96 })),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user