We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949bba0 commit 4c4afcdCopy full SHA for 4c4afcd
src/phantom/fonts/font.zig
@@ -6,9 +6,9 @@ const Self = @This();
6
pub const Glyph = struct {
7
index: u32,
8
fb: *painting.fb.Base,
9
- size: vizops.vector.Uint8Vector,
10
- bearing: vizops.vector.Int8Vector,
11
- advance: vizops.vector.Int8Vector,
+ size: vizops.vector.Uint8Vector2,
+ bearing: vizops.vector.Int8Vector2,
+ advance: vizops.vector.Int8Vector2,
12
};
13
14
pub const VTable = struct {
0 commit comments