mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
change default font size
This commit is contained in:
@ -89,7 +89,7 @@ pub fn init(alloc: Allocator) !Grid {
|
|||||||
errdefer atlas.deinit(alloc);
|
errdefer atlas.deinit(alloc);
|
||||||
var font = try FontAtlas.init(atlas);
|
var font = try FontAtlas.init(atlas);
|
||||||
errdefer font.deinit(alloc);
|
errdefer font.deinit(alloc);
|
||||||
try font.loadFaceFromMemory(face_ttf, 40);
|
try font.loadFaceFromMemory(face_ttf, 32);
|
||||||
|
|
||||||
// Load all visible ASCII characters and build our cell width based on
|
// Load all visible ASCII characters and build our cell width based on
|
||||||
// the widest character that we see.
|
// the widest character that we see.
|
||||||
|
Reference in New Issue
Block a user