From 5538c1390649811eb6498eeca53cc1db00877503 Mon Sep 17 00:00:00 2001 From: Cary Clark Date: Thu, 14 Jun 2018 12:28:14 -0400 Subject: docs fix external substitutions explict substitutions are required to distiguish words that preserve underscores R=caryclark@google.com Docs-Preview: https://skia.org/?cl=134841 Bug: skia:6898 Change-Id: Id1a5669c180e03e048de3c0251882bd06b297283 Reviewed-on: https://skia-review.googlesource.com/134841 Reviewed-by: Cary Clark Commit-Queue: Cary Clark Auto-Submit: Cary Clark --- docs/SkPaint_Reference.bmh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/SkPaint_Reference.bmh') diff --git a/docs/SkPaint_Reference.bmh b/docs/SkPaint_Reference.bmh index e7158535bd..001ea53244 100644 --- a/docs/SkPaint_Reference.bmh +++ b/docs/SkPaint_Reference.bmh @@ -3996,9 +3996,9 @@ void draw(SkCanvas* canvas) { computed by Font_Manager using Typeface. Values are set to zero if they are not available. - All vertical values relative to the baseline are given y-down. As such, zero is on the - baseline, negative values are above the baseline, and positive values are below the - baseline. + All vertical values are relative to the baseline, on a y-axis pointing down. + Zero is on the baseline, negative values are above the baseline, and positive + values are below the baseline. fUnderlineThickness and fUnderlinePosition have a bit set in fFlags if their values are valid, since their value may be zero. @@ -4083,13 +4083,13 @@ void draw(SkCanvas* canvas) { #Member SkScalar fXMin #Line # minimum x ## - Minimum bounding box x-value for all Glyphs. + Minimum bounding box x-axis value for all Glyphs. Typically less than zero. ## #Member SkScalar fXMax #Line # maximum x ## - Maximum bounding box x value for all Glyphs. + Maximum bounding box x-axis value for all Glyphs. Typically greater than zero. ## @@ -4672,8 +4672,8 @@ Uses x, y, and Text_Align to position path. #Param text character codes or glyph indices ## #Param length number of bytes of text ## - #Param x x-coordinate of the origin of the text ## - #Param y y-coordinate of the origin of the text ## + #Param x x-axis value of the origin of the text ## + #Param y y-axis value of the origin of the text ## #Param path geometry of the Glyphs ## #Example @@ -4761,8 +4761,8 @@ underline that skips Descenders. #Param text character codes or glyph indices ## #Param length number of bytes of text ## - #Param x x-coordinate of the origin of the text ## - #Param y y-coordinate of the origin of the text ## + #Param x x-axis value of the origin of the text ## + #Param y y-axis value of the origin of the text ## #Param bounds lower and upper line parallel to the advance ## #Param intervals returned intersections; may be nullptr ## -- cgit v1.2.3