Function globals canvas api text Text setDrawMode
Set draw mode. Binary combination of the values above. Since I have not found a bitwise "or" we have to use a "+" instead. e.g. my_text.setDrawMode(Text.TEXT + Text.BOUNDINGBOX);
Set draw mode. Binary combination of the values above. Since I have not found a bitwise "or" we have to use a "+" instead. e.g. my_text.setDrawMode(Text.TEXT + Text.BOUNDINGBOX);