mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-17 01:04:19 +00:00
Cleanup extra_fonts/ folder
This commit is contained in:
parent
b3a208901a
commit
f77490cb2d
20 changed files with 22 additions and 93 deletions
|
|
@ -218,7 +218,6 @@ void InitImGui()
|
|||
io.Font = new ImFont();
|
||||
io.Font->LoadDefault();
|
||||
//io.Font->LoadFromFileTTF("myfont.ttf", font_size_px, ImFont::GetGlyphRangesDefault());
|
||||
io.Font->LoadFromFileTTF("../../extra_fonts/ArialUni.ttf", 20.0f, ImFont::GetGlyphRangesDefault());
|
||||
//io.Font->DisplayOffset.y += 0.0f;
|
||||
IM_ASSERT(io.Font->IsLoaded());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue