Show size appropriate fonts

This commit is contained in:
Soreepeong 2022-03-07 13:47:37 +09:00
parent e0714a4324
commit be65907beb
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;