Flutter Engine
 
Loading...
Searching...
No Matches
txt_test_utils.cc
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#include "txt_test_utils.h"
6
7namespace txt {
8
9static std::string gFontDir;
10
11const std::string& GetFontDir() {
12 return gFontDir;
13}
14
15void SetFontDir(const std::string& dir) {
16 gFontDir = dir;
17}
18
19} // namespace txt
static std::string gFontDir
const std::string & GetFontDir()
void SetFontDir(const std::string &dir)