Remove Myriad Pro use mplus

This commit is contained in:
fgnm
2020-07-18 11:44:00 +02:00
parent 872bb6211d
commit 6885bb8283
30 changed files with 10011 additions and 24150 deletions
File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

+1615
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

File diff suppressed because it is too large Load Diff
Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

File diff suppressed because it is too large Load Diff
Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

File diff suppressed because it is too large Load Diff
Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+210 -231
View File
File diff suppressed because it is too large Load Diff
+6 -6
View File
@@ -1,22 +1,22 @@
{
com.badlogic.gdx.graphics.g2d.BitmapFont: {
default-font: {
file: myriad-medium.fnt
file: mplus.fnt
},
small-font: {
file: myriad-medium-small.fnt
file: mplus-small.fnt
},
big-font: {
file: myriad-medium-big.fnt
file: mplus-big.fnt
},
default-font-normal: {
file: myriad-medium.fnt
file: mplus.fnt
},
small-font-normal: {
file: myriad-medium-small.fnt
file: mplus-small.fnt
},
big-font-normal: {
file: myriad-medium-big.fnt
file: mplus-big.fnt
}
},
com.badlogic.gdx.graphics.Color: {
Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 42 KiB

@@ -33,7 +33,7 @@ public class FileMenu extends H2DMenu {
private final MenuItem recentProjectsMenuItem;
public FileMenu() {
super("File");
super("File"); //⌘⇧⌥
saveProject = new MenuItem("Save Project", new MenuItemListener(SAVE_PROJECT, null, FILE_MENU)).setShortcut(Input.Keys.CONTROL_LEFT, Input.Keys.S);
addItem(new MenuItem("New Project", new MenuItemListener(NEW_PROJECT, null, FILE_MENU)).setShortcut(Input.Keys.CONTROL_LEFT, Input.Keys.N));
addItem(new MenuItem("Open Project", new MenuItemListener(OPEN_PROJECT, null, FILE_MENU)).setShortcut(Input.Keys.CONTROL_LEFT, Input.Keys.O));
@@ -0,0 +1,4 @@
package games.rednblack.editor.view.ui.dialog;
public class SettingsDialog {
}
@@ -0,0 +1,4 @@
package games.rednblack.editor.view.ui.dialog;
public class SettingsDialogMediator {
}