Add italic/bold to font settings and make AXIS as a checkbox in settings window

This commit is contained in:
Soreepeong 2022-02-25 00:05:26 +09:00
parent f3588dfe23
commit 17c77e6bfd
10 changed files with 598 additions and 262 deletions

View file

@ -130,9 +130,9 @@ namespace Dalamud.Configuration.Internal
public float GlobalUiScale { get; set; } = 1.0f;
/// <summary>
/// Gets or sets the game font to use for Dalamud UI.
/// Gets or sets a value indicating whether to use AXIS fonts from the game.
/// </summary>
public GameFont DefaultFontFromGame { get; set; } = GameFont.Undefined;
public bool UseAxisFontsFromGame { get; set; } = false;
/// <summary>
/// Gets or sets a value indicating whether or not plugin UI should be hidden.