diff --git a/zig/comptimeFont.zig b/zig/comptimeFont.zig index 19c9692..afd3b03 100644 --- a/zig/comptimeFont.zig +++ b/zig/comptimeFont.zig @@ -2,6 +2,7 @@ const std = @import("std"); const readInt = std.mem.readInt; const assert = std.debug.assert; +// this expects a TrueType font with an interface like https://codeberg.org/andrewrk/TrueType/ const font = @import("main.zig").defaultFont; fn sort(array: []const u16) []const u16 {