Flutter Engine
The Flutter Engine
Functions
SkFontMgr_fontations_empty.cpp File Reference
#include "include/core/SkFontArguments.h"
#include "include/core/SkFontMgr.h"
#include "include/core/SkFontStyle.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkStream.h"
#include "include/core/SkTypeface.h"
#include "include/core/SkTypes.h"
#include "include/ports/SkFontMgr_Fontations.h"
#include "src/ports/SkTypeface_fontations_priv.h"
#include <memory>
#include <utility>

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

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