Index: ui/gfx/render_text_win.h |
=================================================================== |
--- ui/gfx/render_text_win.h (revision 131810) |
+++ ui/gfx/render_text_win.h (working copy) |
@@ -95,6 +95,9 @@ |
void ItemizeLogicalText(); |
void LayoutVisualText(); |
+ // Helper function to update the font on a text run after font substitution. |
+ void UpdateRunFont(internal::TextRun* run, int font_size); |
msw
2012/04/12 21:32:14
nit: Consider renaming this ApplyFontSubstitute or
Alexei Svitkine (slow)
2012/04/13 13:56:15
Done.
|
+ |
// Returns a vector of linked fonts corresponding to |font|. |
const std::vector<Font>* GetLinkedFonts(const Font& font) const; |