You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2013/05/16 15:06:55 UTC

[Bug 122324] [SVG] Implement FontEmbedding

https://issues.apache.org/ooo/show_bug.cgi?id=122324

Armin Le Grand <Ar...@me.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
         Issue Type|DEFECT                      |ENHANCEMENT
            Summary|SVG with embedded fonts     |[SVG] Implement
                   |shows wrong kerning,        |FontEmbedding
                   |character-distances,        |
                   |character rendering         |
     Ever confirmed|0                           |1

--- Comment #4 from Armin Le Grand <Ar...@me.com> ---
ALG: After some experimentation and debugging I made the ultimate test: I
copied some svg:d statements from our exported FontEmbedding to a draw ODF
file. This made clear that we export the correct outlines and the correct
distances (tspan), but indeed IE and Inkscape do *not* import SVG's embedded
fonts.
Thus - all is correct in our export, proved now.

To our import: My SVG import currently does not import FontEmbeddings, this is
a missing feature. It does then render that strings with the font "Arial
embedded" and "Courier New embedded" with what it thinks matches best. When
breaking these objects to SdrObjects somehow the matching again finds the
needed fonts (without the 'embedded' ending).

Thus I set this to enhancement and adapt the title accordingly.

-- 
You are receiving this mail because:
You are on the CC list for the bug.