Flutter Engine
The Flutter Engine
runtime
test_font_data.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_RUNTIME_TEST_FONT_DATA_H_
6
#define FLUTTER_RUNTIME_TEST_FONT_DATA_H_
7
8
#include <memory>
9
#include <string>
10
#include <vector>
11
12
#include "
third_party/skia/include/core/SkStream.h
"
13
#include "
third_party/skia/include/core/SkTypeface.h
"
14
15
namespace
flutter
{
16
17
std::vector<sk_sp<SkTypeface>>
GetTestFontData
();
18
std::vector<std::string>
GetTestFontFamilyNames
();
19
20
}
// namespace flutter
21
22
#endif
// FLUTTER_RUNTIME_TEST_FONT_DATA_H_
SkStream.h
SkTypeface.h
flutter
Definition:
asset_manager.cc:10
flutter::GetTestFontFamilyNames
std::vector< std::string > GetTestFontFamilyNames()
Definition:
test_font_data.cc:1639
flutter::GetTestFontData
std::vector< sk_sp< SkTypeface > > GetTestFontData()
Definition:
test_font_data.cc:1625
Generated on Sun Jun 23 2024 21:55:07 for Flutter Engine by
1.9.4