Skip to content

Commit

Permalink
shapecache fixup test for updated noto font
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed Aug 22, 2023
1 parent 098b928 commit 4d33b3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wezterm-gui/src/shapecache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -662,11 +662,11 @@ mod test {
"
[
GlyphPosition {
glyph_idx: 3249,
glyph_idx: 1319,
num_cells: 2,
x_offset: 0.0,
bearing_x: 0.0,
bitmap_pixel_width: 17,
bitmap_pixel_width: 16,
},
]
"
Expand All @@ -685,7 +685,7 @@ mod test {
"
[
GlyphPosition {
glyph_idx: 1857,
glyph_idx: 1966,
num_cells: 2,
x_offset: 0.0,
bearing_x: 0.0,
Expand Down

0 comments on commit 4d33b3b

Please sign in to comment.