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 #pragma once
6 
8 #include "third_party/skia/include/core/SkTextBlob.h"
9 
10 namespace impeller {
11 
12 std::shared_ptr<impeller::TextFrame> MakeTextFrameFromTextBlobSkia(
13  const sk_sp<SkTextBlob>& blob);
14 
15 } // namespace impeller
impeller::MakeTextFrameFromTextBlobSkia
std::shared_ptr< TextFrame > MakeTextFrameFromTextBlobSkia(const sk_sp< SkTextBlob > &blob)
Definition: text_frame_skia.cc:41
text_frame.h
impeller
Definition: aiks_context.cc:10