Flutter Engine
The Flutter Engine
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 81 of file SkFontMgr_fontations_empty.cpp.

81 {
82 return sk_make_sp<SkFontMgr_Fontations_Empty>();
83}