This commit is contained in:
Infi
2024-07-25 14:03:08 +02:00
parent fecab7760e
commit 9c86ee788f
4 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -88,7 +88,7 @@ internal class Configuration : IPluginConfiguration
FontId = new DalamudAssetFontAndFamilyId(DalamudAsset.NotoSansKrRegular), // dalamud only ships KR as regular, which chat2 used previously for global fonts
SizePt = 12.75f,
};
public SingleFontSpec JapaneseFontV3 = new()
public SingleFontSpec JapaneseFontV2 = new()
{
FontId = new DalamudAssetFontAndFamilyId(DalamudAsset.NotoSansJpMedium),
SizePt = 12.75f,
@@ -162,7 +162,7 @@ internal class Configuration : IPluginConfiguration
ExtraGlyphRanges = other.ExtraGlyphRanges;
FontSizeV2 = other.FontSizeV2;
GlobalFontV2 = other.GlobalFontV2;
JapaneseFontV3 = other.JapaneseFontV3;
JapaneseFontV2 = other.JapaneseFontV2;
SymbolsFontSizeV2 = other.SymbolsFontSizeV2;
TooltipOffset = other.TooltipOffset;
WindowAlpha = other.WindowAlpha;