Changing font in a Console window in C#

前端 未结 4 885
迷失自我
迷失自我 2020-12-06 02:32

I have a program, written in C#, that uses characters not available in Raster fonts. So I want to change font to Lucida Console.

To change Console font programatical

4条回答
  •  南笙
    南笙 (楼主)
    2020-12-06 02:58

    I don't know why this works but if you go to Properties -> Build and disable "Prefer 32-bit", you won't get the error any more.

提交回复
热议问题