aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/shadertext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/shadertext.cpp')
-rw-r--r--gm/shadertext.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gm/shadertext.cpp b/gm/shadertext.cpp
index ac858468f6..468c12b6df 100644
--- a/gm/shadertext.cpp
+++ b/gm/shadertext.cpp
@@ -155,6 +155,7 @@ protected:
SkPaint paint;
paint.setDither(true);
paint.setAntiAlias(true);
+ sk_tool_utils::set_portable_typeface(&paint);
paint.setTextSize(SkIntToScalar(pointSize));
canvas->save();