Index: gm/image.cpp |
diff --git a/gm/image.cpp b/gm/image.cpp |
index 88c1db523edf9f11959c6f1f58be45660fd44fd8..ff184d18b3e42cf9fb1d902563df7fb3e788fab6 100644 |
--- a/gm/image.cpp |
+++ b/gm/image.cpp |
@@ -158,6 +158,7 @@ protected: |
SkPaint textPaint; |
textPaint.setAntiAlias(true); |
+ sk_tool_utils::set_portable_typeface(&textPaint); |
textPaint.setTextSize(8); |
canvas->drawText(kLabel1, strlen(kLabel1), 10, 60, textPaint); |