https://github.com/mellinoe/ImGui.NET mellinoe/ImGui.NET An ImGui wrapper for .NET. Contribute to mellinoe/ImGui.NET development by creating an account on GitHub. github.com ImGuiController.cs 의 생성자 초기화 부분의 ImGui.GetIO().Fonts.AddFontDefault(); 함수 호출을 아래 코드 호출로 변경하여 대상 폰트를 출력시킬 수 있다. ImGui.GetIO().Fonts.AddFontFromFileTTF("폰트명.ttf", 15.0f, null, ImGui.GetIO().Fonts.GetGlyphRangesKorean());