chore: FontGamma => FontGammaLevel

This commit is contained in:
goaaats 2022-04-11 20:32:56 +02:00
parent a24e81bee3
commit 36f0d1d87d
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -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.