sets a font object (VML)
var f = this.fontStyle, c = this.rawNode.childNodes; for(var i = 0; i < c.length; ++i){ if(c[i].tagName == "textpath"){ c[i].style.font = dojox.gfx.makeFontString(f); break; } }