I'm using both OpenGL and OpenVG on my application, and i'm using the VGFONT native implementation to draw texts. Everything was wokring fine until now, cause i've been rendering directly on the screen, into a window surface. But now I need to draw a text into an OpenGL texture instead. Since I can'...