| Index: gm/arithmode.cpp
|
| diff --git a/gm/arithmode.cpp b/gm/arithmode.cpp
|
| index d85e43d8e6e622e87670c8eb7c8dc7bbd09d45d4..14f6aa0f5715c03628cc8ebc51399515c08b0555 100644
|
| --- a/gm/arithmode.cpp
|
| +++ b/gm/arithmode.cpp
|
| @@ -57,6 +57,7 @@ static void show_k_text(SkCanvas* canvas, SkScalar x, SkScalar y, const SkScalar
|
| SkPaint paint;
|
| paint.setTextSize(SkIntToScalar(24));
|
| paint.setAntiAlias(true);
|
| + sk_tool_utils::set_portable_typeface(&paint);
|
| for (int i = 0; i < 4; ++i) {
|
| SkString str;
|
| str.appendScalar(k[i]);
|
|
|