SVGAltGlyphElementBridge altGlyphBridge
= (SVGAltGlyphElementBridge)ctx.getBridge(textElement);
Glyph[] glyphArray = altGlyphBridge.createAltGlyphArray
(ctx, textElement, fontSize, aci);
if (glyphArray != null) {
return new SVGGVTGlyphVector(null, glyphArray, frc);
}
}
} catch (SecurityException e) {
ctx.getUserAgent().displayError(e);
// Throw exception because we do not want to continue