}
StandardGlyphVector sgv = StandardGlyphVector.getStandardGV(gv); // ensure one that native understands
if (sgv.positions == null &&
!sgv.getFontRenderContext().equals(getFontRenderContext())) {
sgv.performDefaultLayout();
}
try {
textpipe.drawGlyphVector(this, sgv, x, y);
} catch (InvalidPipeException e) {