Flutter Engine
The Flutter Engine
|
#include "include/ports/SkTypeface_fontations.h"
#include "include/codec/SkCodec.h"
#include "include/codec/SkPngDecoder.h"
#include "include/core/SkBitmap.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkData.h"
#include "include/core/SkFontMetrics.h"
#include "include/core/SkImage.h"
#include "include/core/SkPictureRecorder.h"
#include "include/core/SkStream.h"
#include "include/effects/SkGradientShader.h"
#include "include/pathops/SkPathOps.h"
#include "src/core/SkFontDescriptor.h"
#include "src/core/SkFontPriv.h"
#include "src/ports/SkTypeface_fontations_priv.h"
#include "src/ports/fontations/src/skpath_bridge.h"
Go to the source code of this file.
Classes | |
class | SkrifaLocalizedStrings |
class | SkFontationsScalerContext |
struct | SkFontationsScalerContext::ScalerContextBits |
Namespaces | |
namespace | sk_fontations |
Functions | |
sk_sp< SkTypeface > | SkTypeface_Make_Fontations (std::unique_ptr< SkStreamAsset > fontData, const SkFontArguments &args) |
sk_sp< SkTypeface > SkTypeface_Make_Fontations | ( | std::unique_ptr< SkStreamAsset > | fontData, |
const SkFontArguments & | args | ||
) |
Definition at line 90 of file SkTypeface_fontations.cpp.