make mixedtextblobs gm portable
TBR=reed@google.com Review URL: https://codereview.chromium.org/1250753004
This commit is contained in:
parent
4c4b84c005
commit
e59524dff5
@ -50,7 +50,7 @@ protected:
|
||||
SkPaint paint;
|
||||
paint.setTextSize(385);
|
||||
const char* text = "O";
|
||||
sk_tool_utils::set_portable_typeface(&paint);
|
||||
sk_tool_utils::set_portable_typeface_always(&paint);
|
||||
|
||||
SkRect bounds;
|
||||
paint.measureText(text, strlen(text), &bounds);
|
||||
|
Loading…
Reference in New Issue
Block a user