Flutter Impeller
text_frame_skia.h
Go to the documentation of this file.
1
// Copyright 2013 The Flutter Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#ifndef FLUTTER_IMPELLER_TYPOGRAPHER_BACKENDS_SKIA_TEXT_FRAME_SKIA_H_
6
#define FLUTTER_IMPELLER_TYPOGRAPHER_BACKENDS_SKIA_TEXT_FRAME_SKIA_H_
7
8
#include "
impeller/typographer/text_frame.h
"
9
#include "third_party/skia/include/core/SkTextBlob.h"
10
11
namespace
impeller
{
12
13
std::shared_ptr<impeller::TextFrame>
MakeTextFrameFromTextBlobSkia
(
14
const
sk_sp<SkTextBlob>& blob);
15
16
}
// namespace impeller
17
18
#endif // FLUTTER_IMPELLER_TYPOGRAPHER_BACKENDS_SKIA_TEXT_FRAME_SKIA_H_
impeller::MakeTextFrameFromTextBlobSkia
std::shared_ptr< TextFrame > MakeTextFrameFromTextBlobSkia(const sk_sp< SkTextBlob > &blob)
Definition:
text_frame_skia.cc:41
text_frame.h
impeller
Definition:
aiks_blur_unittests.cc:20
impeller
typographer
backends
skia
text_frame_skia.h
Generated by
1.8.17