Merge "Fixed documentation typo on TextAlign getter and setter methods - Reported on http://b/216852542"

This commit is contained in:
Melvin Moreno
2022-02-08 19:37:05 +00:00
committed by Gerrit Code Review

View File

@@ -1611,7 +1611,7 @@ public class Paint {
* Return the paint's Align value for drawing text. This controls how the * 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 * 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 * 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. * specifies the LEFT edge of the text) and so on.
* *
* @return the paint's Align value for drawing text. * @return the paint's Align value for drawing text.
*/ */
@@ -1623,7 +1623,7 @@ public class Paint {
* Set the paint's text alignment. This controls how the * Set the paint's text alignment. This controls how the
* text is positioned relative to its origin. LEFT align means that all of * 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 * 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. * specifies the LEFT edge of the text) and so on.
* *
* @param align set the paint's Align value for drawing text. * @param align set the paint's Align value for drawing text.
*/ */