blob: 4bcff825148fd6be12b4fd20a13b9bf5a5471319 [file] [log] [blame]
/*
* Copyright 2018 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef SkFontMgr_fuchsia_DEFINED
#define SkFontMgr_fuchsia_DEFINED
#include <fuchsia/fonts/cpp/fidl.h>
#include "SkRefCnt.h"
class SkFontMgr;
SK_API sk_sp<SkFontMgr> SkFontMgr_New_Fuchsia(fuchsia::fonts::ProviderSyncPtr provider);
#endif // SkFontMgr_fuchsia_DEFINED