// Copyright 2019 The Chromium Authors
// 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 "base/component_export.h"

namespace gfx {

// Initialize the library fonts.
COMPONENT_EXPORT(GFX) void InitializeFonts();

}  // namespace gfx

#endif  // UI_GFX_FONT_UTIL_H_
