mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
font: fallback should not restrict to only monospace
This commit is contained in:
@ -257,6 +257,7 @@ pub fn indexForCodepoint(
|
|||||||
.size = self.size.points,
|
.size = self.size.points,
|
||||||
.bold = style == .bold or style == .bold_italic,
|
.bold = style == .bold or style == .bold_italic,
|
||||||
.italic = style == .italic or style == .bold_italic,
|
.italic = style == .italic or style == .bold_italic,
|
||||||
|
.monospace = false,
|
||||||
}) catch break :discover;
|
}) catch break :discover;
|
||||||
defer disco_it.deinit();
|
defer disco_it.deinit();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user