mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Replace freetype with stb_truetype in font examples (#2139)
* Replace freetype with stb_truetype in font example * Remove freetype
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user