Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
platform_mac.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_MAC_H_
6#define TXT_PLATFORM_MAC_H_
7
9
10namespace txt {
11
12// Register additional system font for MacOS and iOS.
13void RegisterSystemFonts(const DynamicFontManager& dynamic_font_manager);
14
15} // namespace txt
16
17#endif // TXT_PLATFORM_MAC_H_
void RegisterSystemFonts(const DynamicFontManager &dynamic_font_manager)