https://issues.apache.org/ooo/show_bug.cgi?id=122324
Armin Le Grand <[email protected]> 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 <[email protected]> --- 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.
