Replace freetype with stb_truetype in font examples (#2139)

* Replace freetype with stb_truetype in font example

* Remove freetype
This commit is contained in:
Hugo Amnov
2020-05-11 02:44:14 +02:00
committed by GitHub
parent ca661f5127
commit 79321ffce2
6 changed files with 74 additions and 117818 deletions

View File

@@ -70,7 +70,8 @@ public:
, 0
);
// Imgui.
// Initialize Imgui
// This initializes the same allocator used by stb_truetype, so must do that before creating the font manager
imguiCreate();
uint32_t size;