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.