List
Displaying text on Image
Posted Date: 2017-10-22 20:23     Edited Date: 2017-10-25 9:25     Writer: inactive

Hello everyone! I am new to MAXST, and I am having problem in dislaying some text over a target image. Drawing a box on target using openGL ES as shown in sample was clear. My question is that how can we draw some text over the target image? Also it would be nice if someone can point towards right direction regarding this.

Posted Date: 2017-10-24 14:24     Edited Date: 2017-10-25 9:25     Writer: inactive

If you are an Android developer, you can do that using Canvas.java and Bitmap.java.

First write text onto a canvas, convert it to a bitmap and then set the created bitmap as a texture.