mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
font: mac should use freetype rasterizer by default
This commit is contained in:
@ -60,7 +60,7 @@ pub const Backend = enum {
|
||||
if (builtin.target.isWasm()) return .web_canvas;
|
||||
|
||||
return if (build_options.coretext)
|
||||
.coretext
|
||||
.coretext_freetype
|
||||
else if (build_options.fontconfig)
|
||||
.fontconfig_freetype
|
||||
else
|
||||
|
Reference in New Issue
Block a user