use a more universally-available japanese font

This commit is contained in:
Colin McMillen 2023-07-26 11:14:23 -04:00
parent a67912e1ce
commit 3012f67c9f

View File

@ -506,7 +506,7 @@ public static class Util {
public static OpenTK.Windowing.Common.Input.Image[] RenderAppIcon() {
int size = 64;
Font font = SystemFonts.CreateFont("MS PMincho", size, FontStyle.Bold);
Font font = SystemFonts.CreateFont("MS Mincho", size, FontStyle.Bold);
TextOptions options = new(font);
Image<Rgba32> image = MakeImage(size, size);
IBrush brush = Brushes.Solid(Color.Black);