mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-11 22:28:20 +00:00
use new font.GroupCache, remove unused font structs
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
const std = @import("std");
|
||||
|
||||
pub const Face = @import("Face.zig");
|
||||
pub const Family = @import("Family.zig");
|
||||
pub const Group = @import("Group.zig");
|
||||
pub const GroupCache = @import("GroupCache.zig");
|
||||
pub const Glyph = @import("Glyph.zig");
|
||||
pub const FallbackSet = @import("FallbackSet.zig");
|
||||
pub const Library = @import("Library.zig");
|
||||
|
||||
/// The styles that a family can take.
|
||||
|
||||
Reference in New Issue
Block a user