Package ilcd
Class Control

Public Method setTabSpacing

static void setTabSpacing(int tabSpacing)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

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)