change SkTextToPathIter to allow continuation even when there is no path for
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 7 Aug 2012 15:53:00 +0000 (15:53 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 7 Aug 2012 15:53:00 +0000 (15:53 +0000)
commit7b4531f64cbd85d32a77ceab1bdec8335c5a7864
tree0f1321ec42ca779f3b49944c13ef0ace46239e58
parent46f935002c2b25331e552520dc7b1a912e12dfdc
change SkTextToPathIter to allow continuation even when there is no path for
the current glyph. Fixes bug in getTextPath() if there are spaces in the text.

Update gm to add space-characters, so images will have to be rebaselined.

git-svn-id: http://skia.googlecode.com/svn/trunk@4979 2bbb7eff-a529-9590-31e7-b0007b416f81
gm/getpostextpath.cpp
src/core/SkDraw.cpp
src/core/SkPaint.cpp
src/core/SkTextToPathIter.h