Index: gm/image.cpp |
diff --git a/gm/image.cpp b/gm/image.cpp |
index 5e840fbb2f8922b165db0f9364de8ddfe9b96010..68bcd7a26f94d2d057fdb04be2c84bfd889e9237 100644 |
--- a/gm/image.cpp |
+++ b/gm/image.cpp |
@@ -149,7 +149,7 @@ protected: |
SkPaint textPaint; |
textPaint.setAntiAlias(true); |
- sk_tool_utils::set_portable_typeface(&textPaint); |
+ sk_tool_utils::set_portable_typeface_always(&textPaint); |
textPaint.setTextSize(8); |
canvas->drawText(kLabel1, strlen(kLabel1), 10, 60, textPaint); |