mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-17 13:27:43 +01:00
Merge pull request #782 from Soreepeong/feature/nicer-fonts
This commit is contained in:
commit
b2107c6887
8 changed files with 574 additions and 186 deletions
|
|
@ -141,7 +141,12 @@ 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.0f;
|
||||
public float FontGamma { get; set; } = 1.4f;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether to allow big font atlas.
|
||||
/// </summary>
|
||||
public bool AllowBigFontAtlas { 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