mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +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
|
|
@ -14,10 +14,10 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup Label="Feature">
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<AssemblyVersion>4.7.2.0</AssemblyVersion>
|
||||
<FileVersion>4.7.2.0</FileVersion>
|
||||
<AssemblyVersion>4.7.3.0</AssemblyVersion>
|
||||
<FileVersion>4.7.3.0</FileVersion>
|
||||
<Description>XIVLauncher addon injection</Description>
|
||||
<Version>4.7.2.0</Version>
|
||||
<Version>4.7.3.0</Version>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
||||
<DocumentationFile></DocumentationFile>
|
||||
|
|
|
|||
|
|
@ -14,9 +14,9 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup Label="Feature">
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<AssemblyVersion>4.7.2.0</AssemblyVersion>
|
||||
<Version>4.7.2.0</Version>
|
||||
<FileVersion>4.7.2.0</FileVersion>
|
||||
<AssemblyVersion>4.7.3.0</AssemblyVersion>
|
||||
<Version>4.7.3.0</Version>
|
||||
<FileVersion>4.7.3.0</FileVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Label="Resources">
|
||||
<None Include="$(SolutionDir)/Resources/**/*" CopyToOutputDirectory="PreserveNewest" Visible="false" />
|
||||
|
|
@ -78,5 +78,11 @@
|
|||
<None Update="NotoSansCJKjp-Medium.otf">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Update="UIRes\logo.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Update="UIRes\NotoSansCJKjp-Medium.otf">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
BIN
Dalamud/UIRes/logo.png
Normal file
BIN
Dalamud/UIRes/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 77 KiB |
Loading…
Add table
Add a link
Reference in a new issue