aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/SkPaint_Reference.bmh
diff options
context:
space:
mode:
authorGravatar Cary Clark <caryclark@skia.org>2018-06-14 12:28:14 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-06-14 16:54:47 +0000
commit5538c1390649811eb6498eeca53cc1db00877503 (patch)
tree5a7b4d580393f32f9774f00c19a0e01bdd4c23f4 /docs/SkPaint_Reference.bmh
parentab17347df32807cabd9f2a518d22c3bd420e482f (diff)
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 <caryclark@skia.org> Commit-Queue: Cary Clark <caryclark@skia.org> Auto-Submit: Cary Clark <caryclark@skia.org>
Diffstat (limited to 'docs/SkPaint_Reference.bmh')
-rw-r--r--docs/SkPaint_Reference.bmh18
1 files changed, 9 insertions, 9 deletions
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 ##