fix tests for coretext to include cursor_height

This commit is contained in:
Qwerasd
2024-12-22 12:52:04 -05:00
parent d624db30c6
commit 3b6d8f3175

View File

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