1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-19 01:17:19 +08:00

Trim whitespace

This commit is contained in:
iiSaLMaN 2019-07-22 23:16:54 +03:00
parent 081355e3d1
commit 32e9547ce9

View File

@ -18,7 +18,7 @@ namespace osu.Game.Graphics.Sprites
get => spriteText.Text;
set => blurredText.Text = spriteText.Text = value;
}
public FontUsage Font
{
get => spriteText.Font;