return;
if (Graphics3D.getFontStyleID(fontface) >= 0) {
fontstyle = fontface;
fontface = "SansSerif";
}
Font3D font3d = viewer.getFont3D(fontface, fontstyle, fontsize);
loadShape(shapeType);
setShapeProperty(shapeType, "font", font3d);
if (scaleAngstromsPerPixel >= 0)
setShapeProperty(shapeType, "scalereference", new Float(
scaleAngstromsPerPixel));