SkFontMgr_fuchsia.h 432 B

12345678910111213141516171819
  1. /*
  2. * Copyright 2018 Google Inc.
  3. *
  4. * Use of this source code is governed by a BSD-style license that can be
  5. * found in the LICENSE file.
  6. */
  7. #ifndef SkFontMgr_fuchsia_DEFINED
  8. #define SkFontMgr_fuchsia_DEFINED
  9. #include <fuchsia/fonts/cpp/fidl.h>
  10. #include "include/core/SkRefCnt.h"
  11. class SkFontMgr;
  12. SK_API sk_sp<SkFontMgr> SkFontMgr_New_Fuchsia(fuchsia::fonts::ProviderSyncPtr provider);
  13. #endif // SkFontMgr_fuchsia_DEFINED