You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
432 B
20 lines
432 B
/*
|
|
* 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 "include/core/SkRefCnt.h"
|
|
|
|
class SkFontMgr;
|
|
|
|
SK_API sk_sp<SkFontMgr> SkFontMgr_New_Fuchsia(fuchsia::fonts::ProviderSyncPtr provider);
|
|
|
|
#endif // SkFontMgr_fuchsia_DEFINED
|