Washi1337 / AvaloniaHex

A hex editor control for Avalonia.
MIT License
78 stars 7 forks source link

Include a monospace font in the demo app (fix #3) #4

Closed v0idzz closed 4 months ago

v0idzz commented 4 months ago

This ensures the demo app looks correct regardless of what fonts are available on the operating system running the app.

The included font is Source Code Pro, which is licensed under Open Font License.

Resolves #3

Washi1337 commented 4 months ago

Thanks for looking into it!