将 OS X 本机字体添加到 X11
我开始使用 xterm 作为我的默认终端。我唯一的问题是我不喜欢任何字体。是否可以安装更多字体供 X11 使用。我真的很想得到摩纳哥。谢谢。
I am starting to use xterm for my default terminal. My only issue, is that I don't like any of the fonts. Is it possible to install more fonts for use in X11. I'd really like to get Monaco. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设现代 Linux,
字体最终可能不会完全称为 Monaco,只需在任何程序中打开字体选择器以查看 Linux 最终调用字体的内容,然后使用那个名字。如果名称中有空格,则必须添加引号,
xterm -fa 'My Font Name'
Assuming modern Linux,
It's possible the font doesn't end up called exactly Monaco, just open a font selector in any program to see what Linux ends up calling the font and then use that name. If there's a space in the name you'd have to add quotes,
xterm -fa 'My Font Name'