How to Render text to bitmap and draw it
问题 I am new to android, and my group is currently creating a graphing application using a GlSurfaceView using opengl es 2.0. We have recently displayed the grid and tickmarks on the plot and now I have been assigned the task to implement a numeric scale and labeling the x and y axis as "X" and "Y". After doing a lot of research I have determined to accomplish this by rendering a string of characters to a bitmap. I have encountered many problems in achieving this. I understand the basic concept.