mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 09:16:11 +03:00
font/coretext: remove todo for font features
This commit is contained in:
@ -158,7 +158,6 @@ pub const Shaper = struct {
|
|||||||
|
|
||||||
pub fn shape(self: *Shaper, run: font.shape.TextRun) ![]const font.shape.Cell {
|
pub fn shape(self: *Shaper, run: font.shape.TextRun) ![]const font.shape.Cell {
|
||||||
// TODO: quirks fonts
|
// TODO: quirks fonts
|
||||||
// TODO: font features
|
|
||||||
|
|
||||||
// Special fonts aren't shaped and their codepoint == glyph so we
|
// Special fonts aren't shaped and their codepoint == glyph so we
|
||||||
// can just return the codepoints as-is.
|
// can just return the codepoints as-is.
|
||||||
|
Reference in New Issue
Block a user