mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-22 07:15:19 +00:00
refactor(font): move Metrics out of face
in preparation to move ownership of metrics from faces to collections
This commit is contained in:
@@ -29,7 +29,7 @@ const Collection = font.Collection;
|
||||
const Face = font.Face;
|
||||
const Glyph = font.Glyph;
|
||||
const Library = font.Library;
|
||||
const Metrics = font.face.Metrics;
|
||||
const Metrics = font.Metrics;
|
||||
const Presentation = font.Presentation;
|
||||
const Style = font.Style;
|
||||
const RenderOptions = font.face.RenderOptions;
|
||||
|
||||
Reference in New Issue
Block a user