5 #ifndef FLUTTER_IMPELLER_TYPOGRAPHER_BACKENDS_SKIA_TYPEFACE_SKIA_H_
6 #define FLUTTER_IMPELLER_TYPOGRAPHER_BACKENDS_SKIA_TYPEFACE_SKIA_H_
10 #include "third_party/skia/include/core/SkRefCnt.h"
11 #include "third_party/skia/include/core/SkTypeface.h"
26 std::size_t
GetHash()
const override;
34 sk_sp<SkTypeface> typeface_;
A typeface, usually obtained from a font-file, on disk describes the intrinsic properties of the font...
TypefaceSkia(sk_sp< SkTypeface > typeface)
std::size_t GetHash() const override
const sk_sp< SkTypeface > & GetSkiaTypeface() const
bool IsEqual(const Typeface &other) const override
bool IsValid() const override