Update src/font/shape.zig

Co-authored-by: Jon Parise <jon@indelible.org>
This commit is contained in:
Mitchell Hashimoto
2024-04-04 13:25:27 -07:00
committed by GitHub
parent 13774a13bf
commit 1b8bae5f0a

View File

@ -13,7 +13,7 @@ pub const Shaper = switch (options.backend) {
=> harfbuzz.Shaper,
// Note that coretext_freetype cannot use the coretext
// shaper because the coretext shaper request CoreText
// shaper because the coretext shaper requests CoreText
// font faces.
.coretext => coretext.Shaper,