Hi,
Currently, GWT Graphics doesn't provide support for that. Use Text and Path components, if that's enough. If it's not enough, you can do DOM manipulation like you said.
Of course the best solution is to implement that support into library and provide a patch :) However, both SVG and VML implementations need to be created.
-Henri