use platform-independent font for gm

Create a custom typeface and scaler to render simple paths the
same on all platforms.

GM tests are modified to explicitly select the custom typeface.

R=reed@google.com, mtklein@google.com, bungeman@google.com
TBR=reed

Author: caryclark@google.com

Review URL: https://codereview.chromium.org/348323003
diff --git a/gm/gm.h b/gm/gm.h
index 70a9025..ac9da26 100644
--- a/gm/gm.h
+++ b/gm/gm.h
@@ -14,6 +14,7 @@
 #include "SkSize.h"
 #include "SkString.h"
 #include "SkTRegistry.h"
+#include "sk_tool_utils.h"
 
 #if SK_SUPPORT_GPU
 #include "GrContext.h"