aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/blurs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/blurs.cpp')
-rw-r--r--gm/blurs.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gm/blurs.cpp b/gm/blurs.cpp
index 8a8949a14c..ad363e425d 100644
--- a/gm/blurs.cpp
+++ b/gm/blurs.cpp
@@ -45,6 +45,7 @@ protected:
SkPaint paint;
paint.setAntiAlias(true);
+ sk_tool_utils::set_portable_typeface(&paint);
paint.setTextSize(SkIntToScalar(25));
canvas->translate(SkIntToScalar(-40), SkIntToScalar(0));