我在服务器
linux(Wheezy服务器版本)中部署了一个网页,该网页使用Arial字体
生成PDF
文件.我看了看
/usr/share/fonts/truetype/
并且没有找到Arial字体.只要:
DejaVuSans-Bold.ttf
DejaVuSansMono-Bold.ttf
DejaVuSansMono.ttf
DejaVuSans.ttf
DejaVuSerif-Bold.ttf
DejaVuSerif.ttf
如何安装Arial字体?
解决问题:
wget http://ftp.br.debian.org/debian/pool/contrib/m/msttcorefonts/ttf-mscorefonts-installer_3.6_all.deb
#Dependence for dpkg
apt-get install cabextract
#Install fonts by dpkg
dpkg -i ttf-mscorefonts-installer_3.6_all.deb
reboot
在此之后报告工作正常.
原文链接:https://www.f2er.com/linux/395497.html