diff --git a/README.md b/README.md index 6b4b37e9..2a77731c 100644 --- a/README.md +++ b/README.md @@ -207,6 +207,6 @@ More information can be found [here](docs/Debugger.md). - [FFmpeg wrapper](https://github.com/rosenbjerg/FFMpegCore) - [SkiaSharp](https://github.com/mono/SkiaSharp) - [Material Icons](https://github.com/SKProCH/Material.Icons) -- [ZX Spectrum Font](https://github.com/comptic/zx-spectrum-font) +- [ZX Spectrum Font by Patrick H. Lauke](https://fontstruct.com/fontstructions/show/1398596) - [Hack Font](https://sourcefoundry.org/hack/) - [VT220 Font](https://github.com/svofski/glasstty/blob/master/Glass_TTY_VT220.ttf) \ No newline at end of file diff --git a/src/Spectron.Debugger/Controls/CodeList.axaml b/src/Spectron.Debugger/Controls/CodeList.axaml index e66f3afc..07f954e8 100644 --- a/src/Spectron.Debugger/Controls/CodeList.axaml +++ b/src/Spectron.Debugger/Controls/CodeList.axaml @@ -14,8 +14,8 @@ Text="Code" HorizontalAlignment="Center" VerticalAlignment="Center" - FontFamily="{StaticResource SpectrumStrictFont}" - FontSize="20"/> + FontFamily="{StaticResource SpectrumFont}" + FontSize="9"/> diff --git a/src/Spectron.Debugger/Controls/Cpu.axaml b/src/Spectron.Debugger/Controls/Cpu.axaml index 5f4c157d..d3395ea2 100644 --- a/src/Spectron.Debugger/Controls/Cpu.axaml +++ b/src/Spectron.Debugger/Controls/Cpu.axaml @@ -19,8 +19,8 @@ Text="CPU" HorizontalAlignment="Center" VerticalAlignment="Center" - FontFamily="{StaticResource SpectrumStrictFont}" - FontSize="20"/> + FontFamily="{StaticResource SpectrumFont}" + FontSize="9"/> diff --git a/src/Spectron.Debugger/Controls/HexViewer.axaml b/src/Spectron.Debugger/Controls/HexViewer.axaml index f0fe6915..036a04e2 100644 --- a/src/Spectron.Debugger/Controls/HexViewer.axaml +++ b/src/Spectron.Debugger/Controls/HexViewer.axaml @@ -90,8 +90,8 @@ diff --git a/src/Spectron.Debugger/Controls/Memory.axaml b/src/Spectron.Debugger/Controls/Memory.axaml index b62d76ff..b85f94a1 100644 --- a/src/Spectron.Debugger/Controls/Memory.axaml +++ b/src/Spectron.Debugger/Controls/Memory.axaml @@ -14,8 +14,8 @@ Text="Memory" HorizontalAlignment="Center" VerticalAlignment="Center" - FontFamily="{StaticResource SpectrumStrictFont}" - FontSize="20"/> + FontFamily="{StaticResource SpectrumFont}" + FontSize="9"/> diff --git a/src/Spectron.Debugger/Controls/Register.axaml b/src/Spectron.Debugger/Controls/Register.axaml index d6af7512..097b4241 100644 --- a/src/Spectron.Debugger/Controls/Register.axaml +++ b/src/Spectron.Debugger/Controls/Register.axaml @@ -17,16 +17,16 @@ diff --git a/src/Spectron.Debugger/Controls/Stack.axaml b/src/Spectron.Debugger/Controls/Stack.axaml index df8ac9f2..e5aac93b 100644 --- a/src/Spectron.Debugger/Controls/Stack.axaml +++ b/src/Spectron.Debugger/Controls/Stack.axaml @@ -17,8 +17,8 @@ Text="Stack" HorizontalAlignment="Center" VerticalAlignment="Center" - FontFamily="{StaticResource SpectrumStrictFont}" - FontSize="20"/> + FontFamily="{StaticResource SpectrumFont}" + FontSize="9"/> @@ -50,17 +50,19 @@ diff --git a/src/Spectron/App.axaml b/src/Spectron/App.axaml index fb8157ba..7d342dbf 100644 --- a/src/Spectron/App.axaml +++ b/src/Spectron/App.axaml @@ -35,8 +35,7 @@ - /Assets/Fonts/zxSpectrumStrict.ttf#zxSpectrumStrict - /Assets/Fonts/zxSpectrumExpanded.ttf#zxSpectrumExpand + /Assets/Fonts/zx-spectrum.ttf#ZX Spectrum Regular /Assets/Fonts/Hack-Regular.ttf#Hack /Assets/Fonts/Glass_TTY_VT220.ttf#Glass TTY VT220 diff --git a/src/Spectron/Assets/Fonts/zx-spectrum.ttf b/src/Spectron/Assets/Fonts/zx-spectrum.ttf new file mode 100644 index 00000000..d555f99e Binary files /dev/null and b/src/Spectron/Assets/Fonts/zx-spectrum.ttf differ diff --git a/src/Spectron/Assets/Fonts/zxSpectrumExpanded.ttf b/src/Spectron/Assets/Fonts/zxSpectrumExpanded.ttf deleted file mode 100644 index 5c9e5c0f..00000000 Binary files a/src/Spectron/Assets/Fonts/zxSpectrumExpanded.ttf and /dev/null differ diff --git a/src/Spectron/Assets/Fonts/zxSpectrumStrict.ttf b/src/Spectron/Assets/Fonts/zxSpectrumStrict.ttf deleted file mode 100644 index d5cd19bc..00000000 Binary files a/src/Spectron/Assets/Fonts/zxSpectrumStrict.ttf and /dev/null differ diff --git a/src/Spectron/Controls/PauseOverlay.axaml b/src/Spectron/Controls/PauseOverlay.axaml index c6675be3..c85f7c82 100644 --- a/src/Spectron/Controls/PauseOverlay.axaml +++ b/src/Spectron/Controls/PauseOverlay.axaml @@ -3,7 +3,7 @@ xmlns:controls="clr-namespace:OldBit.Spectron.Controls"> - + diff --git a/src/Spectron/Views/KeyboardView.axaml b/src/Spectron/Views/KeyboardView.axaml index f81b3c7b..567c436d 100644 --- a/src/Spectron/Views/KeyboardView.axaml +++ b/src/Spectron/Views/KeyboardView.axaml @@ -19,12 +19,12 @@ diff --git a/src/Spectron/Views/PreferencesView.axaml b/src/Spectron/Views/PreferencesView.axaml index 3f2376a1..9830b41e 100644 --- a/src/Spectron/Views/PreferencesView.axaml +++ b/src/Spectron/Views/PreferencesView.axaml @@ -603,8 +603,8 @@ VerticalAlignment="Center"/> @@ -29,11 +29,11 @@ - - + + -