![]() |
Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkFont.h"
#include "include/core/SkFontMgr.h"
#include "include/core/SkPaint.h"
#include "include/core/SkPath.h"
#include "include/core/SkPictureRecorder.h"
#include "include/core/SkSize.h"
#include "include/core/SkStream.h"
#include "include/core/SkString.h"
#include "include/utils/SkCustomTypeface.h"
#include "src/core/SkFontPriv.h"
#include "tools/Resources.h"
#include "tools/fonts/FontToolUtils.h"
#include "include/core/SkTextBlob.h"
Go to the source code of this file.
Classes | |
class | UserFontGM |
Functions | |
static sk_sp< SkDrawable > | make_drawable (const SkPath &path) |
static sk_sp< SkTypeface > | make_tf () |
static sk_sp< SkTypeface > | round_trip (sk_sp< SkTypeface > tf) |
|
static |
Definition at line 23 of file userfont.cpp.
|
static |
Definition at line 38 of file userfont.cpp.
|
static |
Definition at line 81 of file userfont.cpp.