The R Project SVN R

Rev

Rev 10960 | Rev 11499 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10960 Rev 11086
Line 2615... Line 2615...
2615
    BBOX bbox = RenderElement(CADR(expr), 0);
2615
    BBOX bbox = RenderElement(CADR(expr), 0);
2616
    if (NameMatch(CAR(expr), "vphantom")) {
2616
    if (NameMatch(CAR(expr), "vphantom")) {
2617
	bboxWidth(bbox) = 0;
2617
	bboxWidth(bbox) = 0;
2618
	bboxItalic(bbox) = 0;
2618
	bboxItalic(bbox) = 0;
2619
    }
2619
    }
2620
    else RenderGap(bboxWidth(bbox), 0);
2620
    else RenderGap(bboxWidth(bbox), draw);
2621
    return bbox;
2621
    return bbox;
2622
}
2622
}
2623
 
2623
 
2624
/*----------------------------------------------------------------------
2624
/*----------------------------------------------------------------------
2625
 *
2625
 *