Thu, 13 May 2021 11:19:07 +0300
* Removed custom font.
Testing/Source/Manual/GraphicsHelper.h | file | annotate | diff | comparison | revisions |
--- a/Testing/Source/Manual/GraphicsHelper.h Thu May 13 11:17:03 2021 +0300 +++ b/Testing/Source/Manual/GraphicsHelper.h Thu May 13 11:19:07 2021 +0300 @@ -46,7 +46,7 @@ Graphics::Initialize(); auto &gen = *new Gorgon::Widgets::SimpleGenerator; - gen.Init("nimbus roman", "", 7.5); + gen.Init("", "", 7.5); UI::Initialize(gen); //UI::Initialize();