Hi,
How to get "horiz-adv-x" (horizontal advance width) for the font tag in the SVG font file from truetype font ? For eg:
<svg xmlns="http://www.w3.org/2000/svg" >
<font horiz-adv-x="400" id="svgfontid">
...
Here in above sample SVG, horiz-adv-x is "400".
Note that I am not talking about individual glyph's advance width.
Thanks,
Amar