From 493add41d7b585e451a1e293680b499e6bc7f76e Mon Sep 17 00:00:00 2001 From: lumenkeyes Date: Mon, 28 Apr 2025 20:17:42 +0100 Subject: [PATCH] Update zig/comptimeFont.zig --- zig/comptimeFont.zig | 1 + 1 file changed, 1 insertion(+) 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 {