diff --git a/src/font/face/coretext.zig b/src/font/face/coretext.zig index 885ea277e9..92ab4d396a 100644 --- a/src/font/face/coretext.zig +++ b/src/font/face/coretext.zig @@ -1045,6 +1045,7 @@ test "coretext: metrics" { .overline_position = 0, .overline_thickness = 1, .box_thickness = 1, + .cursor_height = 17, }, ct_font.metrics); // Resize should change metrics @@ -1060,5 +1061,6 @@ test "coretext: metrics" { .overline_position = 0, .overline_thickness = 2, .box_thickness = 2, + .cursor_height = 34, }, ct_font.metrics); }