// Copyright 2016 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_DECORATED_TEXT_H_ #define UI_GFX_DECORATED_TEXT_H_ #include <string> #include <vector> #include "ui/gfx/font.h" #include "ui/gfx/gfx_export.h" #include "ui/gfx/range/range.h" namespace gfx { // Encapsulates styling information for some given text. struct GFX_EXPORT DecoratedText { … }; } // namespace gfx #endif // UI_GFX_DECORATED_TEXT_H_