166167168169170171172173174175176
// Translate the image half of the icon's width vg.vgTranslate(-halfIconWidth, RADIUS); // Draw the rotated, translated image vg.vgDrawImage(_imageHandles[i]); } // Draw the text image on this field drawText(vg); }