aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/SkPaint_Reference.bmh
diff options
context:
space:
mode:
authorGravatar Cary Clark <caryclark@skia.org>2017-07-31 07:52:43 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-07-31 12:12:02 +0000
commit1eace2db482c9d91e5375783a073941a640a5a76 (patch)
treee166092ae2c79eb660e5658ae9df2c5b80841ce1 /docs/SkPaint_Reference.bmh
parent50b2084bd15e7aea416dc8c6fd2373864c50f023 (diff)
fix capitalization
Fix 'arcs' at sentence start to Arcs. This fix corrected other capitalizations as well, and exposed some mis-capitalizations in the bmh doc. R=brianosman@google.com TBR=reed@google.com Bug: skia: Change-Id: I4d51388556f7e8ff868a9236ce76745915560327 Reviewed-on: https://skia-review.googlesource.com/28241 Commit-Queue: Cary Clark <caryclark@skia.org> Reviewed-by: Cary Clark <caryclark@skia.org>
Diffstat (limited to 'docs/SkPaint_Reference.bmh')
-rw-r--r--docs/SkPaint_Reference.bmh8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/SkPaint_Reference.bmh b/docs/SkPaint_Reference.bmh
index 0e4fcf53b1..bd01ef6762 100644
--- a/docs/SkPaint_Reference.bmh
+++ b/docs/SkPaint_Reference.bmh
@@ -1458,7 +1458,7 @@ kEmbeddedBitmapText_Flag at compile time.
#Substitute auto-hinting
If Hinting is set to kNormal_Hinting or kFull_Hinting, Automatic_Hinting
-instructs the Font_Manager to always hint Glyphs.
+instructs the Font_Manager to always hint glyphs.
Automatic_Hinting has no effect if Hinting is set to kNo_Hinting or
kSlight_Hinting.
@@ -1468,7 +1468,7 @@ Automatic_Hinting only affects platforms that use FreeType as the Font_Manager.
If true, and if Hinting is set to kNormal_Hinting or kFull_Hinting, and if
platform uses FreeType as the Font_Manager, instruct the Font_Manager to always hint
- Glyphs.
+ glyphs.
Equivalent to getFlags masked with kAutoHinting_Flag.
@@ -1496,7 +1496,7 @@ Automatic_Hinting only affects platforms that use FreeType as the Font_Manager.
#Method void setAutohinted(bool useAutohinter)
If Hinting is set to kNormal_Hinting or kFull_Hinting and useAutohinter is set,
- instruct the Font_Manager to always hint Glyphs.
+ instruct the Font_Manager to always hint glyphs.
Automatic_Hinting has no effect if Hinting is set to kNo_Hinting or
kSlight_Hinting.
@@ -2525,7 +2525,7 @@ the following curve, the pair of curves meet at Stroke_Join.
static constexpr int kJoinCount = kLast_Join + 1;
##
-Join specifies how corners are drawn when a shape is stroked. The paint's Join setting
+Join specifies how corners are drawn when a shape is stroked. Join
affects the four corners of a stroked rectangle, and the connected segments in a
stroked path.