mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
font: note why shaper is not enabled
This commit is contained in:
@ -13,6 +13,8 @@ pub const Shaper = switch (options.backend) {
|
|||||||
.coretext,
|
.coretext,
|
||||||
=> harfbuzz.Shaper,
|
=> harfbuzz.Shaper,
|
||||||
|
|
||||||
|
// Has missing features, can't be used yet. See the comments in
|
||||||
|
// the coretext.zig file for more details.
|
||||||
//.coretext => coretext.Shaper,
|
//.coretext => coretext.Shaper,
|
||||||
|
|
||||||
.web_canvas => web_canvas.Shaper,
|
.web_canvas => web_canvas.Shaper,
|
||||||
|
Reference in New Issue
Block a user