Use scalable check rather than fixed size check for setting char size

This commit is contained in:
Mitchell Hashimoto
2022-10-16 20:55:06 -07:00
parent 2e1bc7bb01
commit a39fe6baed
2 changed files with 2 additions and 2 deletions

View File

@@ -1902,7 +1902,7 @@ pub fn invokeCharset(
self.terminal.invokeCharset(active, slot, single);
}
const face_ttf = @embedFile("font/res/Monaco-Regular.ttf");
const face_ttf = @embedFile("font/res/FiraCode-Regular.ttf");
const face_bold_ttf = @embedFile("font/res/FiraCode-Bold.ttf");
const face_emoji_ttf = @embedFile("font/res/NotoColorEmoji.ttf");
const face_emoji_text_ttf = @embedFile("font/res/NotoEmoji-Regular.ttf");