<div dir="ltr"><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_extra"><br><div class="gmail_quote">On 16 July 2016 at 12:49, The Thanh Han <span dir="ltr"><<a href="mailto:hanthethanh@gmail.com" target="_blank">hanthethanh@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div style="font-size:small">Hi,</div><div><div class="h5"><div style="font-size:small"><br></div><div style="font-size:small">On 16 July 2016 at 09:29, KAKUTO, Akira <span dir="ltr"><<a href="mailto:kakuto@fuk.kindai.ac.jp" target="_blank">kakuto@fuk.kindai.ac.jp</a>></span> wrote:<br></div></div></div><div class="gmail_extra"><div><div class="h5"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi Norbert,<br>
<span><br>
> What about (int)(stemV->getNum() + 0.5) (for positive values of stemV)<br>
> to get closest round integer?<br>
<br>
</span>I think that is better than mine. Thank you.<br>
<span><font color="#888888"><br>
Akira<br>
</font></span></blockquote></div><div><br></div></div></div><div>how about </div><div><br></div><div><div>        fd = epdf_create_fontdescriptor(fontmap, round(stemV->getInt()));</div><div><br></div><div><div>round() is a macro defined by web2c which does what it says.</div></div><div><br></div><div><br></div></div></div></div></blockquote><div><br></div><div><div class="gmail_default" style="font-size:small;display:inline">​sorry, I meant:</div></div><div><div class="gmail_default" style="font-size:small;display:inline">​</div> </div><div></div></div></div><div class="gmail_extra"><div class="gmail_extra">        fd = epdf_create_fontdescriptor(fontmap, round(stemV->getNum()));</div><div><br></div><div><br></div><div><div class="gmail_default" style="font-size:small">​Regards,</div><div class="gmail_default" style="font-size:small">Thanh​</div><br></div></div></div>