From b124378f5c7c1ee83443f44976731537dd4ee5fe Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 4 Apr 2024 11:34:20 -0700 Subject: [PATCH] font/coretext: remove todo for font features --- src/font/shaper/coretext.zig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/font/shaper/coretext.zig b/src/font/shaper/coretext.zig index 555bb0706..5e4fe0678 100644 --- a/src/font/shaper/coretext.zig +++ b/src/font/shaper/coretext.zig @@ -158,7 +158,6 @@ pub const Shaper = struct { pub fn shape(self: *Shaper, run: font.shape.TextRun) ![]const font.shape.Cell { // TODO: quirks fonts - // TODO: font features // Special fonts aren't shaped and their codepoint == glyph so we // can just return the codepoints as-is.