Index: gm/simpleaaclip.cpp |
diff --git a/gm/simpleaaclip.cpp b/gm/simpleaaclip.cpp |
index 863ee88c2cf286d4dc565730922ae36e9ad55053..950a1c025efada44bf2ce605cefac966a19d595f 100644 |
--- a/gm/simpleaaclip.cpp |
+++ b/gm/simpleaaclip.cpp |
@@ -154,6 +154,7 @@ protected: |
SkPaint textPaint; |
textPaint.setAntiAlias(true); |
+ sk_tool_utils::set_portable_typeface(&textPaint); |
textPaint.setTextSize(SK_Scalar1*24); |
int xOff = 0; |