use a more universally-available japanese font
This commit is contained in:
parent
a67912e1ce
commit
3012f67c9f
@ -506,7 +506,7 @@ public static class Util {
|
|||||||
|
|
||||||
public static OpenTK.Windowing.Common.Input.Image[] RenderAppIcon() {
|
public static OpenTK.Windowing.Common.Input.Image[] RenderAppIcon() {
|
||||||
int size = 64;
|
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);
|
TextOptions options = new(font);
|
||||||
Image<Rgba32> image = MakeImage(size, size);
|
Image<Rgba32> image = MakeImage(size, size);
|
||||||
IBrush brush = Brushes.Solid(Color.Black);
|
IBrush brush = Brushes.Solid(Color.Black);
|
||||||
|
Loading…
Reference in New Issue
Block a user