The R Project SVN R

Rev

Rev 84246 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 84246 Rev 89479
Line 1410... Line 1410...
1410
    bodyBBox = RenderItalicCorr(bodyBBox, draw, mc, gc, dd);
1410
    bodyBBox = RenderItalicCorr(bodyBBox, draw, mc, gc, dd);
1411
    v = bboxSimple(bodyBBox) ? 0 : bboxDepth(bodyBBox) + TeX(sigma19, gc, dd);
1411
    v = bboxSimple(bodyBBox) ? 0 : bboxDepth(bodyBBox) + TeX(sigma19, gc, dd);
1412
    s16 = TeX(sigma16, gc, dd);
1412
    s16 = TeX(sigma16, gc, dd);
1413
    SetSubStyle(style, mc, gc);
1413
    SetSubStyle(style, mc, gc);
1414
    subBBox = RenderElement(sub, 0, mc, gc, dd);
1414
    subBBox = RenderElement(sub, 0, mc, gc, dd);
1415
    v = max(max(v, s16), bboxHeight(subBBox) - 0.8 * sigma5);
1415
    v = max(max(v, s16), bboxHeight(subBBox) - 0.8 * TeX(sigma5, gc, dd));
1416
    subBBox = RenderOffsetElement(sub, 0, -v, draw, mc, gc, dd);
1416
    subBBox = RenderOffsetElement(sub, 0, -v, draw, mc, gc, dd);
1417
    bodyBBox = CombineBBoxes(bodyBBox, subBBox);
1417
    bodyBBox = CombineBBoxes(bodyBBox, subBBox);
1418
    SetStyle(style, mc, gc);
1418
    SetStyle(style, mc, gc);
1419
    if (draw)
1419
    if (draw)
1420
	PMoveTo(savedX + bboxWidth(bodyBBox), savedY, mc);
1420
	PMoveTo(savedX + bboxWidth(bodyBBox), savedY, mc);