var f = this.fontStyle;
// next line doesn't work in Firefox 2 or Opera 9//this.rawNode.setAttribute("font", dojox.gfx.makeFontString(this.fontStyle));this.rawNode.setAttribute("font-style", f.style);
this.rawNode.setAttribute("font-variant", f.variant);
this.rawNode.setAttribute("font-weight", f.weight);
this.rawNode.setAttribute("font-size", f.size);
this.rawNode.setAttribute("font-family", f.family);