无法访问 Libreoffice 上的 truetype 字体

Pet*_*ter 2 libreoffice

在 libreoffice 中,我无法获得 arial 或 times new roman 我已经安装了 microsoft core fonts 这可能是权限问题 Ubuntu 14.04

小智 5

首先检查字体是否安装正确

fc-list | grep arial
Run Code Online (Sandbox Code Playgroud)

你应该得到类似的东西:

/usr/share/fonts/truetype/msttcorefonts/arialbd.ttf
Run Code Online (Sandbox Code Playgroud)

还有一些线。

如果不是这种情况,请尝试使用以下命令重新安装字体:

sudo apt-get install --reinstall ttf-mscorefonts-installer
Run Code Online (Sandbox Code Playgroud)

您还可以尝试使用以下方法刷新字体缓存:

sudo fc-cache -f -v
Run Code Online (Sandbox Code Playgroud)

有一种手动安装字体的方法,描述如下: 在 ubuntu 14.04 中安装字体