列出 Linux 中可用的字体

发布于 2025-01-02 11:51:06 字数 1459 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

尐偏执 2025-01-09 11:51:06

回答问题 1。

xlsfonts (command not found)
/etc/X11/ (dir does not exist)
fc-list (command not found)

不起作用,因为未安装 xorg-xserver。如果计划如此,那么您的盒子上只有控制台字体(如果您没有 X11 (xserver),那么您肯定没有 X11 字体代码>) 本身)。要列出控制台字体,请使用 ls -l /usr/share/consolefonts(在大多数发行版上)。

Answer for Q1.

This

xlsfonts (command not found)
/etc/X11/ (dir does not exist)
fc-list (command not found)

doesn't work because xorg-xserver not installed. If it is planned then you have only console fonts on your box (surely you don't have X11 fonts if you don't have X11 (xserver) itself). To list console fonts use ls -l /usr/share/consolefonts (on most distributions).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文