skia2/tools/fonts
John Stiles 7571f9e490 Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.
Mechanically updated via Xcode "Replace Regular Expression":

  typedef (.*) INHERITED;
    -->
  using INHERITED = $1;

The ClangTidy approach generated an even larger CL which would have
required a significant amount of hand-tweaking to be usable.

Change-Id: I671dc9d9efdf6d60151325c8d4d13fad7e10a15b
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/314999
Commit-Queue: Mike Klein <mtklein@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
Auto-Submit: John Stiles <johnstiles@google.com>
2020-09-03 03:41:26 +00:00
..
create_test_font_color.cpp Add SkMakeSpan and helpful conversion 2019-07-02 21:49:09 +00:00
create_test_font.cpp Include the SkTSort header only where it is used. 2020-07-14 14:19:06 +00:00
generate_fir_coeff.py [minor] mark scripts as executable 2019-11-21 17:06:27 +00:00
RandomScalerContext.cpp use std::make_unique 2019-12-12 22:32:45 +00:00
RandomScalerContext.h
test_font_index.inc
test_font_monospace.inc
test_font_sans_serif.inc
test_font_serif.inc
TestEmptyTypeface.h Move scaler context fallback to GDI 2020-02-11 19:50:27 +00:00
TestFontMgr.cpp
TestFontMgr.h
TestSVGTypeface.cpp Enable ClangTidy check readability-redundant-smartptr-get. 2020-08-16 15:56:48 +00:00
TestSVGTypeface.h
TestTypeface.cpp Always (pre)compute path bounds when using a builder 2020-08-26 19:24:34 +00:00
TestTypeface.h Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. 2020-09-03 03:41:26 +00:00
ToolUtilsFont.cpp use pathbuilder 2020-08-25 16:29:48 +00:00