Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Functions
SkFontMgr_fontations_empty.cpp File Reference
#include "src/ports/SkFontMgr_fontations_empty.h"
#include "src/ports/SkTypeface_fontations_priv.h"

Go to the source code of this file.

Functions

sk_sp< SkFontMgrSkFontMgr_New_Fontations_Empty ()
 

Function Documentation

◆ SkFontMgr_New_Fontations_Empty()

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}