drott | bdbc5974 | 2016-09-08 10:55:16 | [diff] [blame] | 1 | // 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 | |
| 8 | namespace gfx { |
| 9 | |
Tom Anderson | 5277e79 | 2018-04-12 06:23:12 | [diff] [blame] | 10 | extern const char kTestFontName[]; |
drott | bdbc5974 | 2016-09-08 10:55:16 | [diff] [blame] | 11 | extern const char kSymbolFontName[]; |
| 12 | extern const char kCJKFontName[]; |
| 13 | |
| 14 | } // end namespace gfx |
| 15 | |
Lei Zhang | 7fc035b4 | 2021-04-20 20:03:19 | [diff] [blame] | 16 | #endif // UI_GFX_FONT_NAMES_TESTING_H_ |