Index: gm/blurs.cpp |
diff --git a/gm/blurs.cpp b/gm/blurs.cpp |
index 8a8949a14c4914a57c4a6f63cc19e22d6e384a23..ad363e425d6011fc62033cc777cc0f591c47c891 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)); |