Hi Murugan,
There are many methods. One method is to simply draw the box as text. Some fonts (such
as Arial) contain "square bullet" characters, which is a square box. For example:
//A red square
c.addText(20, 20, "\\u25A0", "Arial", 20, 0xff0000);
Hope this can help.
Regards
Peter Kwan |