Comment 20 for bug 1046170

Revision history for this message
jazzynico (jazzynico) wrote :

Some findings:
1. Create a new document with a text in Arial. The SVG code shows the following attributes:
    font-weight:bold;
    font-family:DejaVu Sans;
    -inkscape-font-specification:'DejaVu Sans, Bold';
2. Now save it as PDF and open the PDF. The SVG code now shows:
    font-weight:bold;
    font-family:DejaVu Sans;
    -inkscape-font-specification:DejaVuSans-Bold
3. Open the PDF file with a PDF viewer (tested with Evince). The embedded font name is DejaVuSans-Bold.

Workaround: in the imported document, open the XML editor and remove the -inkscape-font-specification attribute manually.