Package ilcd
Class Attribute

Public Method setUnderlinePosition

static void setUnderlinePosition(int position)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
position -32 ... 31 underline position

Sets the vertical position for the underline.

Note

Example

Attribute.setUnderlinePosition(2);

This example sets the underline position to 2 pixels below the text.

See also:

Attribute.setFont(int)
Attribute.setFontSpacing(int, int)
Draw.writeText(String)