Index: ui/gfx/text_constants.h |
diff --git a/ui/gfx/text_constants.h b/ui/gfx/text_constants.h |
index 3c644ab77e83cfbfbc54fa3d38143767aa04bac3..4ac788e6109ec61ab09826065b5415bad1d455cf 100644 |
--- a/ui/gfx/text_constants.h |
+++ b/ui/gfx/text_constants.h |
@@ -40,6 +40,17 @@ enum DirectionalityMode { |
DIRECTIONALITY_FORCE_RTL, |
}; |
+// Text styles and adornments. |
+// TODO(msw): Merge with gfx::Font::FontStyle. |
+enum TextStyle { |
+ BOLD = 0, |
+ ITALIC, |
+ STRIKE, |
+ DIAGONAL_STRIKE, |
+ UNDERLINE, |
+ NUM_TEXT_STYLES, |
+}; |
+ |
} // namespace gfx |
#endif // UI_GFX_TEXT_CONSTANTS_H_ |