Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Return the paint's Align value for drawing text. This controls how the
text is positioned relative to its origin. LEFT align means that all of
the text will be drawn to the right of its origin (i.e. the origin
specifieds the LEFT edge of the text) and so on.
Set method documentation [Android Documentation]
Set the paint's text alignment. This controls how the
text is positioned relative to its origin. LEFT align means that all of
the text will be drawn to the right of its origin (i.e. the origin
specifieds the LEFT edge of the text) and so on.