Skip to content

Commit 4c4afcd

Browse files
fix(fonts): typos
1 parent 949bba0 commit 4c4afcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/phantom/fonts/font.zig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ const Self = @This();
66
pub const Glyph = struct {
77
index: u32,
88
fb: *painting.fb.Base,
9-
size: vizops.vector.Uint8Vector,
10-
bearing: vizops.vector.Int8Vector,
11-
advance: vizops.vector.Int8Vector,
9+
size: vizops.vector.Uint8Vector2,
10+
bearing: vizops.vector.Int8Vector2,
11+
advance: vizops.vector.Int8Vector2,
1212
};
1313

1414
pub const VTable = struct {

0 commit comments

Comments
 (0)