blob: 2083907573ff55314d5c3d068979f24d729db21f [file] [log] [blame]
Avi Drissman3e1a26c2022-09-15 20:26:031// Copyright 2019 The Chromium Authors
Etienne Bergeron0acd0fcc2019-09-25 22:45:262// 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_UTIL_H_
6#define UI_GFX_FONT_UTIL_H_
7
Kalvin Lee7d17d5572024-11-10 13:52:458#include "base/component_export.h"
Etienne Bergeron0acd0fcc2019-09-25 22:45:269
10namespace gfx {
11
12// Initialize the library fonts.
Kalvin Lee7d17d5572024-11-10 13:52:4513COMPONENT_EXPORT(GFX) void InitializeFonts();
Etienne Bergeron0acd0fcc2019-09-25 22:45:2614
15} // namespace gfx
16
17#endif // UI_GFX_FONT_UTIL_H_