I am working with a SVG file exported by Illustrator. I am on a Ubuntu 9.10 box. When I open the SVG file in Inkscape 4.8, and view the XML source, I see the font names appended by "-83pv-RKSJ-H". Due to this, Inkscape doesn't render the text correctly. Is any way to solve this problem? What is "-83pv-RKSJ-H"?
Here's a sample XML of the SVG exported by Illustrator:
<text transform="matrix(1 0 0 1 644.9629 495.7021)" id="text9636"><tspan x="0" y="0" font-family="'FutoGoB101Pro-Bold-83pv-RKSJ-H'" font-size="10" id="tspan9638">あらゆ</tspan><tspan x="255.75" y="0" font-family="'FutoGoB101Pro-Bold-83pv-RKSJ-H'" font-size="10" id="tspan9640">る</tspan></text>
Any advise would be appreciated. Thanks.