Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Functions
SkFontMgr_Fontations.h File Reference
#include "include/core/SkRefCnt.h"

Go to the source code of this file.

Functions

SK_API sk_sp< SkFontMgrSkFontMgr_New_Fontations_Empty ()
 

Function Documentation

◆ SkFontMgr_New_Fontations_Empty()

SK_API sk_sp< SkFontMgr > SkFontMgr_New_Fontations_Empty ( )

Create a font manager instantiating fonts using the Rust Fontations backend. This font manager does not support matching fonts, only instantiation.

Definition at line 59 of file SkFontMgr_fontations_empty.cpp.

59 {
60 return sk_make_sp<SkFontMgr_Fontations_Empty>();
61}