pushing for vavaas to debug

This commit is contained in:
2024-10-27 20:55:21 +01:00
parent 028cb57ff4
commit dbf4d3cc5b
7 changed files with 36 additions and 20 deletions

View File

@@ -38,7 +38,7 @@ namespace mlx
inline void RegisterFont(std::shared_ptr<Font> font);
inline void UnregisterFont(std::shared_ptr<Font> font);
inline bool IsFontKnown(std::shared_ptr<Font> font);
inline std::shared_ptr<Font> GetFont(const std::filesystem::path& name, float scale);
~FontRegistry() = default;