| Index: gm/getpostextpath.cpp
|
| diff --git a/gm/getpostextpath.cpp b/gm/getpostextpath.cpp
|
| index 2286602aa7b420b43b341af7e8bc25b8c923b90f..bb641a06e8bc4a48ef655f20d3c19735a193c0cc 100644
|
| --- a/gm/getpostextpath.cpp
|
| +++ b/gm/getpostextpath.cpp
|
| @@ -39,7 +39,7 @@ protected:
|
|
|
| SkPaint paint;
|
| paint.setAntiAlias(true);
|
| - sk_tool_utils::set_portable_typeface(&paint);
|
| + sk_tool_utils::set_portable_typeface_always(&paint);
|
| paint.setTextSize(SkIntToScalar(48));
|
|
|
| canvas->translate(SkIntToScalar(10), SkIntToScalar(64));
|
|
|