Add Fonts To PDF Generator
2 posts by 2 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: June 27, 2018 (RSS)
By nmsinc - June 26, 2018
I have a need to add specific fonts to the PDF generator and I'm not sure where or how to add these - any help would be appreciated!
Thanks - nmsinc
By Dave - June 27, 2018
Hi nmsinc,
We've got some notes on that in the readme.txt:
Issue: text appears as black boxes or in the wrong font face.
Fix: Run this command on the server as root: yum install xorg-x11-fonts-Type1
Fix: Run this command on the server as root: yum install msttcorefonts
Fix: Run this command on the server as root: yum install liberation-fonts
Fix: Run this command on the server as root: yum install liberation-fonts-common
Fix: Run this command on the server as root: yum install liberation-sans-fonts
Fix: Run this command on the server as root: yum install liberation-mono-fonts
Fix: Run this command on the server as root: yum install liberation-serif-fonts
Fix: Run this command on the server as root: yum install urw-fonts
Or... Install all fonts at once with this command: yum install xorg-x11-fonts-Type1 msttcorefonts liberation-fonts liberation-fonts-common liberation-sans-fonts liberation-mono-fonts liberation-serif-fonts urw-fonts
Or... Run this command to see what font libraries are available: yum search fonts
Or... See this website: http://corefonts.sourceforge.net/
Let me know if that works for you!
interactivetools.com