mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 22:53:34 +00:00
new feature, font loading
This commit is contained in:
@@ -46,4 +46,9 @@ namespace mlx
|
||||
{
|
||||
_textures_to_render.emplace(texture, x, y);
|
||||
}
|
||||
|
||||
void GraphicsSupport::loadFont(const std::filesystem::path& filepath, float scale)
|
||||
{
|
||||
_text_put_pipeline->loadFont(filepath, scale);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user