| commit | ad6aa5cc6070415fadef780b7db32a324ae9baeb | [log] [tgz] |
|---|---|---|
| author | mike@reedtribe.org <mike@reedtribe.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Sep 10 01:43:42 2012 +0000 |
| committer | mike@reedtribe.org <mike@reedtribe.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Sep 10 01:43:42 2012 +0000 |
| tree | e2f59b5dc90250948164bfe2f163758a6af3e75f | |
| parent | 396948bf4a8f8e4485929181373113fccfedf202 [diff] [blame] |
enable lcdtext git-svn-id: http://skia.googlecode.com/svn/trunk@5455 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gm/techtalk1.cpp b/gm/techtalk1.cpp index 07ad3fc..812bffe 100644 --- a/gm/techtalk1.cpp +++ b/gm/techtalk1.cpp
@@ -283,6 +283,7 @@ 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);