From ee6a9919a362e16c1d84a870ce867d1ad7b8a141 Mon Sep 17 00:00:00 2001 From: mboc Date: Tue, 31 May 2016 11:42:36 -0700 Subject: SkTypeface::MakeFromName to take SkFontStyle. SkTypeface::MakeFromName currently takes SkTypeface::Style, which is quite limited. This starts the transition to this function taking SkFontStyle instead. GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1818043002 TBR=reed He said it sounded like a good idea. Review-Url: https://codereview.chromium.org/1818043002 --- gm/dftext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gm/dftext.cpp') diff --git a/gm/dftext.cpp b/gm/dftext.cpp index c7d9a8b1bf..05aef4c9d6 100644 --- a/gm/dftext.cpp +++ b/gm/dftext.cpp @@ -70,7 +70,7 @@ protected: paint.setAntiAlias(true); paint.setSubpixelText(true); - sk_tool_utils::set_portable_typeface(&paint, "serif", SkTypeface::kNormal); + sk_tool_utils::set_portable_typeface(&paint, "serif"); const char* text = "Hamburgefons"; const size_t textLen = strlen(text); -- cgit v1.2.3