从Windows使用字体

如果有一个安装了Windows的分区, 可以通过链接它们来使用其字体。

例如, Windows的C:\盘被挂载在/windows:

# ln -s /windows/Windows/Fonts /usr/share/fonts/WindowsFonts

然后重新生成字体缓存:

# fc-cache

或者,将Windows的字体复制到/usr/share/fonts:

# mkdir /usr/share/fonts/WindowsFonts
# cp /windows/Windows/Fonts/* /usr/share/fonts/WindowsFonts
# chmod 755 /usr/share/fonts/WindowsFonts/*

然后重新生成字体缓存:

# fc-cache

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-27
  • 2022-12-23
  • 2022-02-20
  • 2021-09-08
  • 2021-08-19
  • 2021-09-11
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-15
  • 2021-12-26
  • 2022-12-23
  • 2021-12-22
相关资源
相似解决方案