mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-18 21:40:29 +00:00
Bring back freetype font bitmap conversion
Monaco on Mac is mono
This commit is contained in:
@@ -190,6 +190,7 @@ fn loadCoreTextFreetype(
|
||||
|
||||
// TODO: face index 0 is not correct long term and we should switch
|
||||
// to using CoreText for rendering, too.
|
||||
//std.log.warn("path={s}", .{path_slice});
|
||||
self.face = try Face.initFile(lib, buf[0..path_slice.len :0], 0, size);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user