renderer/metal: picking away at font group => grid changes

This commit is contained in:
Mitchell Hashimoto
2024-04-05 15:35:16 -07:00
parent 04e0cd29e5
commit d6c048f1e3
3 changed files with 41 additions and 34 deletions

View File

@@ -8,7 +8,7 @@ const Config = @import("../config.zig").Config;
/// The derived configuration for this renderer implementation.
config: renderer.Renderer.DerivedConfig,
/// The font group that should be used.
/// The font grid that should be used.
font_grid: *font.SharedGrid,
/// Padding options for the viewport.