Fix venera fonts not being correctly specified

This commit is contained in:
smoogipoo
2019-02-22 19:42:09 +09:00
parent 3015d40f8f
commit d61dfe888e
16 changed files with 20 additions and 18 deletions

View File

@ -43,7 +43,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Pieces
}, s => s.GetTexture("Play/osu/hitcircle") == null),
number = new SkinnableSpriteText("Play/osu/number-text", _ => new OsuSpriteText
{
Font = OsuFont.GetFont(Typeface.Venera, 40),
Font = OsuFont.Numeric.With(size: 40),
UseFullGlyphHeight = false,
}, restrictSize: false)
{