Merge remote-tracking branch 'smoogipoo/spritetext-rewrite' into update-framework-with-everyrthing

This commit is contained in:
Dean Herbert
2018-09-06 18:00:54 +09:00
4 changed files with 2 additions and 29 deletions

View File

@ -137,9 +137,8 @@ namespace osu.Game
fileImporters.Add(SkinManager);
//this completely overrides the framework default. will need to change once we make a proper FontStore.
dependencies.Cache(Fonts = new FontStore { ScaleAdjust = 100 });
dependencies.Cache(Fonts = new FontStore(new GlyphStore(Resources, @"Fonts/FontAwesome")));
Fonts.AddStore(new GlyphStore(Resources, @"Fonts/FontAwesome"));
Fonts.AddStore(new GlyphStore(Resources, @"Fonts/osuFont"));
Fonts.AddStore(new GlyphStore(Resources, @"Fonts/Exo2.0-Medium"));
Fonts.AddStore(new GlyphStore(Resources, @"Fonts/Exo2.0-MediumItalic"));