如何在java中使用命令行字体?
我想制作一款图形类似于《矮人要塞》的游戏,但我不知道如何将游戏的字体设置为标准的 Windows cmd 行字体。我相信该字体称为 Terminal,但因为它是位图字体,所以 java 看不到它...
提前致谢。
I want to make a game with graphics similar to Dwarf Fortress, but I can't find out how to set the font of my game to the standard windows cmd line font. I believe the font is called Terminal, but because it's a bitmap font java doesnt see it...
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我相信该字体是 Lucida Console。
The font is Lucida Console, I believe.
在 Windows 10 中,如果右键单击终端 >设置>字体,你会看到它只能是 Lucida Console 或 Consolas。我相信默认情况下它是 Consolas。
In Windows 10, if you right click terminal > settings > font, you will see it can be only Lucida Console or Consolas. I belive by default it is Consolas.