I\'m having an issue of converted PNG using Apache Batik is different when there is a text with different font-family, like Arial. The issue occurs in the environment where
You need to install Microsoft truetype fonts and make them available to java virtual machine by setting JAVA_FONTS
environment variable.
wget http://www.my-guides.net/en/images/stories/fedora12/msttcore-fonts-2.0-3.noarch.rpm
rpm -ivh msttcore-fonts-2.0-3.noarch.rpm
Open /etc/bashrc
and add following to the end of the file
JAVA_FONTS=/usr/share/fonts/msttcore
export JAVA_FONTS
http://www.itzgeek.com/how-tos/linux/centos-how-tos/how-to-install-microsoft-truetype-fonts-in-centos-6-rhel-6.html#axzz2aibHZaOI