aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPaint.h
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-05-15 19:25:17 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-05-15 19:25:17 +0000
commit97ecd1d454fc3fd3703724ae108a542f5f271fb0 (patch)
treeae470d6f9ccb682aecdf865f7bd3b055332e2e03 /include/core/SkPaint.h
parente346c8e9560c4a943b6b8bb72f2c76070fc50cf8 (diff)
update dox for measureText
git-svn-id: http://skia.googlecode.com/svn/trunk@3960 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/core/SkPaint.h')
-rw-r--r--include/core/SkPaint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h
index 54e12ffa4f..a9b8cc86c4 100644
--- a/include/core/SkPaint.h
+++ b/include/core/SkPaint.h
@@ -794,7 +794,7 @@ public:
*
* @param text Address of the text
* @param length Number of bytes of text to measure
- * @return The width of the text
+ * @return The advance width of the text
*/
SkScalar measureText(const void* text, size_t length) const {
return this->measureText(text, length, NULL, 0);