when convert word to htm,officemath to mathml,how to add the width and height in the mahtml code。
getSizeInPixels(float scale, float dpi)
this api calculated result how to add into the corresponding mathml code
just like
<math xmlns="http://www.w3.org/1998/Math/MathML" style="width:11px;height=22px"><mi>f</mi><mo>=</mo><mfrac><mrow><mi>F</mi></mrow><mrow><mn>2</mn></mrow></mfrac>
thanks