blob: d20530af723cb26c8eebd2aaf80593d591350e6b [file] [log] [blame]
Sergey Ulanovf3babcd2018-11-30 17:42:00 -08001/*
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
8#ifndef SkFontMgr_fuchsia_DEFINED
9#define SkFontMgr_fuchsia_DEFINED
10
11#include <fuchsia/fonts/cpp/fidl.h>
12
Mike Kleinc0bd9f92019-04-23 12:05:21 -050013#include "include/core/SkRefCnt.h"
Sergey Ulanovf3babcd2018-11-30 17:42:00 -080014
15class SkFontMgr;
16
17SK_API sk_sp<SkFontMgr> SkFontMgr_New_Fuchsia(fuchsia::fonts::ProviderSyncPtr provider);
18
19#endif // SkFontMgr_fuchsia_DEFINED