Show size appropriate fonts

(cherry picked from commit be65907beb)
This commit is contained in:
Soreepeong 2022-03-07 13:47:37 +09:00
parent 0cd1c1b150
commit b2ff63a4cc
4 changed files with 320 additions and 97 deletions

View file

@ -26,7 +26,7 @@ namespace Dalamud.Interface.Internal.Windows
internal class SettingsWindow : Window
{
private const float MinScale = 0.3f;
private const float MaxScale = 2.0f;
private const float MaxScale = 3.0f;
private readonly string[] languages;
private readonly string[] locLanguages;