Flutter Engine
The Flutter Engine
third_party
txt
src
txt
platform.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 TXT_PLATFORM_H_
6
#define TXT_PLATFORM_H_
7
8
#include <string>
9
#include <vector>
10
11
#include "flutter/fml/macros.h"
12
#include "
third_party/skia/include/core/SkFontMgr.h
"
13
14
namespace
txt
{
15
16
std::vector<std::string>
GetDefaultFontFamilies
();
17
18
sk_sp<SkFontMgr>
GetDefaultFontManager
(uint32_t font_initialization_data = 0);
19
20
}
// namespace txt
21
22
#endif
// TXT_PLATFORM_H_
SkFontMgr.h
sk_sp< SkFontMgr >
txt
Definition:
paragraph_builder_skia.cc:27
txt::GetDefaultFontFamilies
std::vector< std::string > GetDefaultFontFamilies()
Definition:
platform.cc:13
txt::GetDefaultFontManager
sk_sp< SkFontMgr > GetDefaultFontManager(uint32_t font_initialization_data)
Definition:
platform.cc:17
Generated on Sun Jun 23 2024 21:54:59 for Flutter Engine by
1.9.4