Not an answer to your question, but maybe you should try just generating the entire symbol programmatically using pict primitives instead of trying to get half of it from a font character?<div>--- nadeem<br><br>On Friday, November 15, 2013, Jens Axel Søgaard  wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi All,<br>
<br>
I want to render simple mathematical formulas using picts.<br>
Consider a simple example, the square root of x:<br>
<br>
    √x<br>
<br>
To make this look nice, I want to introduce an overline that draws a bar over x.<br>
The bar should begin where the root sign ends. To do this I need to know<br>
how high the root sign is. Calculating this has turned out to more complicated<br>
than I expected. If I use a font size of say 30, then the root sign will (in<br>
some fonts) be higher than 30. If I use (text "√" font) to get a pict then<br>
the pict height will be 30 (for most fonts), but the end of the root sign<br>
will stick out of the bounding box. It actually makes sense it stick out,<br>
since this makes it easy to make roots over tall characters such as h.<br><br>
</blockquote></div><br><br>-- <br><div><br></div>--<div>Nadeem Abdul Hamid<br>Associate Professor, Computer Science<br>Berry College, Mount Berry, GA 30149<br><a href="http://cs.berry.edu/~nhamid/" target="_blank">http://cs.berry.edu/~nhamid/</a></div>
<br>