• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1The Fontations SkTypeface backend has a new factory method to create a typeface from `SkData`,
2not only from `SkStreamAsset`. The new signature is
3`sk_sp<SkTypeface> SkTypeface_Make_Fontations(sk_sp<SkData> fontData, const SkFontArguments& args)`.