Index: ui/gfx/font.h |
diff --git a/ui/gfx/font.h b/ui/gfx/font.h |
index f84bfa2bf6b5e5cad3fda666240b1cbc0b989652..240932a46ea7dcc63ab310ca7baffb41ed697fc6 100644 |
--- a/ui/gfx/font.h |
+++ b/ui/gfx/font.h |
@@ -96,9 +96,12 @@ class GFX_EXPORT Font { |
// Returns the style of the font. |
int GetStyle() const; |
- // Returns the font name in UTF-8. |
+ // Returns the specified font name in UTF-8. |
std::string GetFontName() const; |
+ // Returns the actually-used font name in UTF-8. |
msw
2013/12/09 19:27:15
nit: Hyphen is unnecessary.
Yuki
2013/12/10 09:58:59
Done.
|
+ std::string GetActualFontName() const; |
+ |
// Returns the font size in pixels. |
int GetFontSize() const; |