aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gm/techtalk1.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gm/techtalk1.cpp b/gm/techtalk1.cpp
index 07ad3fcbdb..812bffe574 100644
--- a/gm/techtalk1.cpp
+++ b/gm/techtalk1.cpp
@@ -283,6 +283,7 @@ static void draw_image(SkCanvas* canvas, bool showGL, int flags) {
static void draw_text(SkCanvas* canvas, bool showGL, int flags) {
SkPaint paint;
paint.setAntiAlias(true);
+ paint.setLCDRenderText(true);
const char text[] = "Graphics at Google";
size_t len = strlen(text);
setFade(&paint, showGL);