// Copyright 2017 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_VIEWS_STYLE_TYPOGRAPHY_PROVIDER_H_ #define UI_VIEWS_STYLE_TYPOGRAPHY_PROVIDER_H_ #include "ui/base/resource/resource_bundle.h" #include "ui/color/color_id.h" #include "ui/gfx/font.h" #include "ui/views/views_export.h" namespace gfx { class FontList; } namespace views { // Provides a default provider of fonts to use in toolkit-views UI. class VIEWS_EXPORT TypographyProvider { … }; } // namespace views #endif // UI_VIEWS_STYLE_TYPOGRAPHY_PROVIDER_H_