我有一个带有名字的字体媒体哥特式。如何在 Linux 中找到该字体的文件名?我需要将该文件复制到另一个系统。我试过了:
find /usr/share/fonts/ -name '*media*'
但这没有给出任何结果。gothic
给出了一些其他字体。 TTF 是二进制格式,所以我不能使用grep
.
答案1
你有没有尝试过 ?
fc-list | grep -i "media"
也尝试一下fc-scan
,fc-match
答案2
fc-list FontName file
哪儿FontName
是精确的找到的字体名称
fc-list | grep -i approximate-or-partial-font-name