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());
'프로그래밍 > c#' 카테고리의 다른 글
[C#] BigInteger로 방치형 게임의 A~ZZ 같은 숫자단위 구현 (3) | 2021.08.01 |
---|---|
[c#] imgui.net의 네이티브(cimgui, cimplot..)를 직접 빌드해서 적용하기 (0) | 2021.06.29 |
[c#] imgui.net 한글 출력 안되는 문제 해결 (0) | 2021.06.19 |
[C#] 버그를 줄일 수 있는 '읽기 전용 참조' (0) | 2021.03.06 |