Does Prince support kerning for svg?
eg:
<text kerning="-2" font-size="32">This text should have negative kerning</text>
The above displays correctly in Firefox & Chrome, but Prince seems to ignore the kerning attribute :?
Also tried:
<text style="letter-spacing:-2px" font-size="32">This text should have negative kerning</text>
which also has no effect.
Last thing I could think of:
<text dx="-2 -2 -2 -2 -2 -2" font-size="32">This text should have negative kerning</text>
Again this works in the browser, but not in Prince
The only other option I can think of is to turn each character into a text fragment and position each manually which will result in a horrible bloated document - not to mention that text selection will also be broken.
The default spacing for text is quite ugly - would be a shame if there was no way to bring letters closer together.
eg:
<text kerning="-2" font-size="32">This text should have negative kerning</text>
The above displays correctly in Firefox & Chrome, but Prince seems to ignore the kerning attribute :?
Also tried:
<text style="letter-spacing:-2px" font-size="32">This text should have negative kerning</text>
which also has no effect.
Last thing I could think of:
<text dx="-2 -2 -2 -2 -2 -2" font-size="32">This text should have negative kerning</text>
Again this works in the browser, but not in Prince
The only other option I can think of is to turn each character into a text fragment and position each manually which will result in a horrible bloated document - not to mention that text selection will also be broken.
The default spacing for text is quite ugly - would be a shame if there was no way to bring letters closer together.