在后记中,如何从当前活动的字体中获取整数的 UnderlinePosition?

In postscript, how do I obtain the UnderlinePosition, which is an integer, from the currently active font?

我试过执行以下操作:

0 UnderlinePosition rmoveto

这不起作用,因为 UnderlinePosition 是字体字典中的键,而不是我可以直接访问的变量。我只是想弄清楚如何从字体字典中获取这个值。

/FontInfo 是每个包含 /UnderlinePosition 键的字体内的字典:

0
currentfont
/FontInfo get /UnderlinePostition get
rmoveto