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 4c4afcd commit 42f396fCopy full SHA for 42f396f
src/phantom/fonts/font.zig
@@ -12,7 +12,7 @@ pub const Glyph = struct {
12
};
13
14
pub const VTable = struct {
15
- lookupGlyph: *const fn (*anyopaque, u21) anyerror!Glyph = null,
+ lookupGlyph: *const fn (*anyopaque, u21) anyerror!Glyph,
16
getSize: *const fn (*anyopaque) vizops.vector.UsizeVector2,
17
deinit: ?*const fn (*anyopaque) void = null,
18
0 commit comments