Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: gm/textblobshader.cpp

Issue 1257773002: rename portable_typeface_always to portable_typeface (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove unncessary change to path test Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gm/textbloblooper.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/textblobshader.cpp
diff --git a/gm/textblobshader.cpp b/gm/textblobshader.cpp
index 5b9b2e9e1c3d6cef768825e5a4571e7de57dc6a1..bd5ea221d125fb4a1cca1484f0db764403031659 100644
--- a/gm/textblobshader.cpp
+++ b/gm/textblobshader.cpp
@@ -33,6 +33,7 @@ protected:
p.setSubpixelText(true);
p.setTextSize(30);
p.setTextEncoding(SkPaint::kGlyphID_TextEncoding);
+ sk_tool_utils::set_portable_typeface(&p);
SkTextBlobBuilder builder;
int glyphCount = fGlyphs.count();
« no previous file with comments | « gm/textbloblooper.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698