mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
chore: FontGamma => FontGammaLevel
This commit is contained in:
parent
a24e81bee3
commit
36f0d1d87d
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ namespace Dalamud.Configuration.Internal
|
|||
/// * ...TTF fonts loaded with stb or FreeType are in linear space.
|
||||
/// * ...the game's prebaked AXIS fonts are in gamma space with gamma value of 1.4.
|
||||
/// </summary>
|
||||
public float FontGamma { get; set; } = 1.4f;
|
||||
public float FontGammaLevel { get; set; } = 1.4f;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating the level of font resolution between 1 to 5.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue