I have some TextSymbols drawing on my map. I can listen to the 'mouse-over' event from layer.on and I get the events returning correctly. The problem I am having is that the event.graphic is a Point so the geometry and the extent is just a single point instead of the actual area of the text on the map. Is there some way to get the exact geometry of the TextSymbol instead of the Point?