• B
    Move SkTypeface::CreateXXX to SkTypeface::MakeXXX. · e6adb66a
    Ben Wagner 提交于
    Skia is moving to returning smart pointers from its factory methods.
    This updates uses of SkTypeface::CreateXXX to SkTypeface::MakeXXX and
    generally updates use of SkTypeface to sk_sp. This will allow for the
    removal of the SK_SUPPORT_LEGACY_TYPEFACE_PTR define.
    
    Change-Id: If3e600c6cb86080576667bc77d427da4f6560afa
    e6adb66a
MinikinFontForTest.cpp 2.4 KB