mglyph_valigntop

align an mglyph at the top.

W3C sample WIRIS
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mtable displaystyle="true">
    <mtr rowalign="top">
      <mtd>
        <mi>
          <mglyph src="pencil-ne.png" alt="pencil to top of"/>
        </mi>
      </mtd>
      <mtd>
        <mo>&#x222B;</mo>
      </mtd>
    </mtr>
  </mtable>
</math>

Author: Bruce Miller