mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-23 08:17:47 +01:00
build: v4.7.3.0
This commit is contained in:
parent
b3e6ab7850
commit
f0aacdcf8b
5 changed files with 13 additions and 8 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue