Description:
Parameter | Range | Description |
---|---|---|
tabSpacing | 1 ... 16 | tabulator spacing |
Sets the tabulator spacing. The next available multiple of tabSpacing is the next character position where the cursor is placed when a TAB character is outputted.
Note
Example
Control.setTabSpacing(5);
Sets the tabulator spacing to font width times 5.
See also:
Control.setTextAlignment(int, int, int)
Control.setAutoLinefeedEnabled(boolean)
Control.setWrapMode(boolean, boolean)
Copyright © demmel products gmbh. All rights reserved.