The R Project SVN R

Rev

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

Rev 61332 Rev 62648
Line 1026... Line 1026...
1026
		else
1026
		else
1027
		    bboxItalic(glyphBBox) = 0;
1027
		    bboxItalic(glyphBBox) = 0;
1028
		if (draw) {
1028
		if (draw) {
1029
		    chr[0] = *s;
1029
		    chr[0] = *s;
1030
		    PMoveAcross(lastItalicCorr, mc);
1030
		    PMoveAcross(lastItalicCorr, mc);
1031
		    GEText(ConvertedX(mc ,dd), ConvertedY(mc, dd), chr, 
1031
		    GEText(ConvertedX(mc ,dd), ConvertedY(mc, dd), chr,
1032
			   CE_NATIVE,
1032
			   CE_NATIVE,
1033
			   0.0, 0.0, mc->CurrentAngle, gc, dd);
1033
			   0.0, 0.0, mc->CurrentAngle, gc, dd);
1034
		    PMoveAcross(bboxWidth(glyphBBox), mc);
1034
		    PMoveAcross(bboxWidth(glyphBBox), mc);
1035
		}
1035
		}
1036
		bboxWidth(resultBBox) += lastItalicCorr;
1036
		bboxWidth(resultBBox) += lastItalicCorr;