aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/atlastext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/atlastext.cpp')
-rw-r--r--gm/atlastext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/atlastext.cpp b/gm/atlastext.cpp
index 859b4c356f..e3fed2ee06 100644
--- a/gm/atlastext.cpp
+++ b/gm/atlastext.cpp
@@ -30,7 +30,7 @@ static SkScalar draw_string(SkAtlasTextTarget* target, const SkString& text, SkS
return x;
}
auto font = SkAtlasTextFont::Make(typeface, size);
- int cnt = SkUTF8_CountUnichars(text.c_str(), text.size());
+ int cnt = SkUTF::CountUTF8(text.c_str(), text.size());
std::unique_ptr<SkGlyphID[]> glyphs(new SkGlyphID[cnt]);
typeface->charsToGlyphs(text.c_str(), SkTypeface::Encoding::kUTF8_Encoding, glyphs.get(), cnt);