mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-08-27 17:41:40 +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:
@@ -20,7 +20,7 @@ const Collection = font.Collection;
|
||||
const Discover = font.Discover;
|
||||
const Style = font.Style;
|
||||
const Library = font.Library;
|
||||
const Metrics = font.face.Metrics;
|
||||
const Metrics = font.Metrics;
|
||||
const CodepointMap = font.CodepointMap;
|
||||
const DesiredSize = font.face.DesiredSize;
|
||||
const Face = font.Face;
|
||||
|
||||
Reference in New Issue
Block a user