font: note why shaper is not enabled

This commit is contained in:
Mitchell Hashimoto
2023-12-11 21:58:49 -08:00
parent bcf6753c68
commit 24d4981996

View File

@ -13,6 +13,8 @@ pub const Shaper = switch (options.backend) {
.coretext,
=> harfbuzz.Shaper,
// Has missing features, can't be used yet. See the comments in
// the coretext.zig file for more details.
//.coretext => coretext.Shaper,
.web_canvas => web_canvas.Shaper,