Library globals

Function globals . canvas . api . text . Text . setDrawMode

View source

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);

Parameters

mode