Search
TextFormat Methods
 


 Public Methods

  Name Description

clone

Creates a copy of this TextFormat.

drawText

 

equals

Object.equals override.

getHorizontalAlign

Gets the horizontal text alignment.

getNoWrap

Gets a value indicating whether automatic text wrapping is disabled.

getRightToLeft

 

getVerticalAlign

Gets the vertical text alignment.

getWrapAtCharacter

Gets a value indicating whether text can be wrapped to a new line at an arbitrary character, or only after a whole word.

getWrapOverflowingSingleWordLines

Gets whether a single-word line should wrap when overflowing.

setHorizontalAlign

Sets the horizontal text alignment.

setNoWrap

Sets a value indicating whether automatic text wrapping is disabled.

setRightToLeft

 

setVerticalAlign

Sets the vertical text alignment.

setWrapAtCharacter

Sets a value indicating whether text can be wrapped to a new line at an arbitrary character, or only after a whole word.

setWrapOverflowingSingleWordLines

Sets whether a single-word line should wrap when overflowing.

 See Also