Merge "docs: Fix docs for Canvas#drawTextOnPath add parameter descriptions for index and count in drawTextOnPath fix a couple of typos" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
228d235d5b
@@ -2095,9 +2095,11 @@ public class Canvas extends BaseCanvas {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Draw the text, with origin at (x,y), using the specified paint, along the specified path. The
|
* Draw the text, with origin at (x,y), using the specified paint, along the specified path. The
|
||||||
* paint's Align setting determins where along the path to start the text.
|
* paint's Align setting determines where along the path to start the text.
|
||||||
*
|
*
|
||||||
* @param text The text to be drawn
|
* @param text The text to be drawn
|
||||||
|
* @param index The starting index within the text to be drawn
|
||||||
|
* @param count Starting from index, the number of characters to draw
|
||||||
* @param path The path the text should follow for its baseline
|
* @param path The path the text should follow for its baseline
|
||||||
* @param hOffset The distance along the path to add to the text's starting position
|
* @param hOffset The distance along the path to add to the text's starting position
|
||||||
* @param vOffset The distance above(-) or below(+) the path to position the text
|
* @param vOffset The distance above(-) or below(+) the path to position the text
|
||||||
@@ -2110,7 +2112,7 @@ public class Canvas extends BaseCanvas {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Draw the text, with origin at (x,y), using the specified paint, along the specified path. The
|
* Draw the text, with origin at (x,y), using the specified paint, along the specified path. The
|
||||||
* paint's Align setting determins where along the path to start the text.
|
* paint's Align setting determines where along the path to start the text.
|
||||||
*
|
*
|
||||||
* @param text The text to be drawn
|
* @param text The text to be drawn
|
||||||
* @param path The path the text should follow for its baseline
|
* @param path The path the text should follow for its baseline
|
||||||
|
|||||||
Reference in New Issue
Block a user