Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Functions
SkFontMgr_fuchsia.h File Reference
#include <fuchsia/fonts/cpp/fidl.h>
#include "include/core/SkRefCnt.h"

Go to the source code of this file.

Functions

SK_API sk_sp< SkFontMgrSkFontMgr_New_Fuchsia (fuchsia::fonts::ProviderSyncPtr provider)
 

Function Documentation

◆ SkFontMgr_New_Fuchsia()

SK_API sk_sp< SkFontMgr > SkFontMgr_New_Fuchsia ( fuchsia::fonts::ProviderSyncPtr  provider)

Definition at line 520 of file SkFontMgr_fuchsia.cpp.

520 {
521 return sk_make_sp<SkFontMgr_Fuchsia>(std::move(provider));
522}