Font loading & text node

This commit is contained in:
Antoine Pilote
2021-06-04 16:01:19 -04:00
parent 49cfe9e421
commit 800d6fb8a1
9 changed files with 735 additions and 46 deletions

View File

@@ -110,8 +110,6 @@ namespace UI
DrawRecursive(Root, 0);
Renderer2D::DrawString("J'appelle ca grainer", font, charPos, 4.0f);
//Renderer2D::DrawChar(charr, font, charPos, size);
}