This commit is contained in:
Isuru Samarathunga
2025-10-21 23:24:14 +05:30
parent 2d5875d211
commit e40b1f120b
3 changed files with 14 additions and 2 deletions

View File

@ -32,7 +32,7 @@ namespace ia::iae
if (FT_Init_FreeType(&g_freetype))
THROW_UNKNOWN("Failed to initialize the FreeType font library");
LoadFont("Roboto", "Resources/Fonts/Roboto-Black.ttf");
//LoadFont("Roboto", "Resources/Fonts/Roboto-Black.ttf");
}
VOID FontManager::Terminate()