blob: 0ceac62fbf19fd2703d8a32927ebb4e9fe42fb76 [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef UI_GFX_FONT_UTIL_H_
#define UI_GFX_FONT_UTIL_H_
#include "ui/gfx/gfx_export.h"
namespace gfx {
// Initialize the library fonts.
GFX_EXPORT void InitializeFonts();
} // namespace gfx
#endif // UI_GFX_FONT_UTIL_H_