mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 17:26:09 +03:00
Update src/font/shape.zig
Co-authored-by: Jon Parise <jon@indelible.org>
This commit is contained in:

committed by
GitHub

parent
13774a13bf
commit
1b8bae5f0a
@ -13,7 +13,7 @@ pub const Shaper = switch (options.backend) {
|
|||||||
=> harfbuzz.Shaper,
|
=> harfbuzz.Shaper,
|
||||||
|
|
||||||
// Note that coretext_freetype cannot use the coretext
|
// Note that coretext_freetype cannot use the coretext
|
||||||
// shaper because the coretext shaper request CoreText
|
// shaper because the coretext shaper requests CoreText
|
||||||
// font faces.
|
// font faces.
|
||||||
.coretext => coretext.Shaper,
|
.coretext => coretext.Shaper,
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user