SVG & font metrics

Viewed 3755

Is there any means to get font metrics in SVG? I'd like to get: descent, ascent, max height, advance.

I need this for drawing text & graphics together like in flowcharts.

For example, I need to draw a box around text, and to draw a connector line from the middle of ex-size(size of letter 'x'), and not from the center of the box side.

1 Answers
Related