mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-16 12:57:44 +01:00
Add italic/bold to font settings and make AXIS as a checkbox in settings window
This commit is contained in:
parent
f3588dfe23
commit
17c77e6bfd
10 changed files with 598 additions and 262 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue