Comment 47 for bug 321932

Revision history for this message
Lukav (lukav) wrote :

For anyone looking for a solution to the problem. I've fixed it by creating the following file:
/etc/ghostscript/cidfmap.d/20msfonts.conf

/Arial-BoldItalicMT << /FileType /TrueType /Path (/usr/share/fonts/truetype/msttcorefonts/arialbi.ttf) /SubfontID 0 /CSI [(Identity) 0] >> ;
/Arial-BoldMT << /FileType /TrueType /Path (/usr/share/fonts/truetype/msttcorefonts/arialbd.ttf) /SubfontID 0 /CSI [(Identity) 0] >> ;
/Arial-ItalicMT << /FileType /TrueType /Path (/usr/share/fonts/truetype/msttcorefonts/ariali.ttf) /SubfontID 0 /CSI [(Identity) 0] >> ;
/ArialMT << /FileType /TrueType /Path (/usr/share/fonts/truetype/msttcorefonts/Arial.ttf) /SubfontID 0 /CSI [(Identity) 0] >> ;
/Arial-Black << /FileType /TrueType /Path (/usr/share/fonts/truetype/msttcorefonts/ariblk.ttf) /SubfontID 0 /CSI [(Identity) 0] >> ;