TextFormat.EDITCONTROL

Overview | Methods | Fields | This Package | All Packages

TextFormat.EDITCONTROL

Specifies that the text should be formatted in the same manner in which the Edit control formats text.

Syntax

public static final int EDITCONTROL;

Remarks

When this constant is used, the Graphics object calculates the average character width of the text in the same manner as does the Edit control. Additionally, the last line of multiline text is not drawn if the text would be only partially visible.