int wH = daWidth(tile) >> 1;
int hH = daHeight(tile) >> 1;
int stoneSize = daWidth(tile);
int fontSize = stoneSize;
TinyFont font = MyArial.getFont();
char[] text = label.toCharArray();
TinyRect cbox;
// calculate fontSize, so the number fits into stone
while (true) {