blob: b4f7a9a69f8343daa6b542be396ddbc693dd7a45 [file] [log] [blame]
drottbdbc59742016-09-08 10:55:161// Copyright 2016 The Chromium 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 UI_GFX_FONT_NAMES_TESTING_H_
6#define UI_GFX_FONT_NAMES_TESTING_H_
7
8namespace gfx {
9
Tom Anderson5277e792018-04-12 06:23:1210extern const char kTestFontName[];
drottbdbc59742016-09-08 10:55:1611extern const char kSymbolFontName[];
12extern const char kCJKFontName[];
13
14} // end namespace gfx
15
Lei Zhang7fc035b42021-04-20 20:03:1916#endif // UI_GFX_FONT_NAMES_TESTING_H_