Skip to content

Commit

Permalink
Remove vanilla Silver font
Browse files Browse the repository at this point in the history
  • Loading branch information
jai-x committed Aug 21, 2021
1 parent 35fbc50 commit 3847a8f
Show file tree
Hide file tree
Showing 39 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hues.Game/HuesGameBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ private void load()
AddFont(Resources, "Resources/Fonts/PetMe64/PetMe64");

// TODO: Maybe not do this when CSS/Em-square aware font sizing is added to o!f
// Font Silver is stored in a nested font store at scale 75 to better fit with the line height of PetMe64
var fallback = new FontStore(null, 75);
// Font Silver is stored in a nested font store at scale 6 to better fit with the line height of PetMe64
var fallback = new FontStore(null, 60);
Fonts.AddStore(fallback);
AddFont(Resources, "Resources/Fonts/Silver/Silver", fallback);
AddFont(Resources, "Resources/Fonts/Silver-Jai-Mod/Silver-Jai-Mod", fallback);

// Init and cache backing resources
dependencies.CacheAs(trackResources = new RespackTrackResourceStore());
Expand Down
Binary file removed hues.Game/Resources/Fonts/Silver/Silver.fnt
Binary file not shown.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_00.png
Binary file not shown.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_01.png
Binary file not shown.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_02.png
Binary file not shown.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_03.png
Binary file not shown.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_04.png
Binary file not shown.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_05.png
Binary file not shown.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_06.png
Binary file not shown.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_07.png
Binary file not shown.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_08.png
Binary file not shown.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_09.png
Binary file not shown.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_10.png
Binary file not shown.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_11.png
Binary file not shown.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_12.png
Binary file not shown.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_13.png
Binary file not shown.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_14.png
Binary file not shown.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_15.png
Binary file not shown.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_16.png
Binary file not shown.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_17.png
Binary file not shown.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_18.png
Binary file not shown.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_19.png
Binary file not shown.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_20.png
Binary file not shown.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_21.png
Binary file not shown.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_22.png
Binary file not shown.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_23.png
Binary file not shown.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_24.png
Binary file not shown.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_25.png
Diff not rendered.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_26.png
Diff not rendered.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_27.png
Diff not rendered.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_28.png
Diff not rendered.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_29.png
Diff not rendered.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_30.png
Diff not rendered.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_31.png
Diff not rendered.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_32.png
Diff not rendered.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_33.png
Diff not rendered.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_34.png
Diff not rendered.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_35.png
Diff not rendered.
Binary file removed hues.Game/Resources/Fonts/Silver/Silver_36.png
Diff not rendered.

0 comments on commit 3847a8f

Please sign in to comment.