Since the webgl/opengl doesn\'t support text drawing, so it possible to draw 3D object using 3D context and text drawing using 2D context ?
Create the text as a texture using canvas 2D, then render it in 3D. See here for a tutorial.