build: v4.7.3.0

This commit is contained in:
goat 2020-01-27 17:47:59 +09:00
parent b3e6ab7850
commit f0aacdcf8b
5 changed files with 13 additions and 8 deletions

View file

@ -143,8 +143,7 @@ namespace Dalamud.Interface
this.scene.ImGuiIniPath = Path.Combine(Path.GetDirectoryName(this.dalamud.StartInfo.ConfigurationPath), "dalamudUI.ini");
this.scene.OnBuildUI += Display;
var fontPathJp = Path.Combine(Path.GetDirectoryName(typeof(InterfaceManager).Assembly.Location), "NotoSansCJKjp-Medium.otf");
Log.Verbose("FontPathJP: " + fontPathJp);
var fontPathJp = Path.Combine(Path.GetDirectoryName(typeof(InterfaceManager).Assembly.Location), "UIRes", "NotoSansCJKjp-Medium.otf");
ImGui.GetIO().Fonts.AddFontFromFileTTF(fontPathJp, 17.0f, null, ImGui.GetIO().Fonts.GetGlyphRangesJapanese());
ImGui.GetIO().Fonts.Build();