Flutter Engine
The Flutter Engine
|
#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< 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.