font/coretext: remove todo for font features

This commit is contained in:
Mitchell Hashimoto
2024-04-04 11:34:20 -07:00
parent f0b2e21548
commit b124378f5c

View File

@ -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.