| 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 ApplySubstituteFont(internal::TextRun* run, const Font& font);
|
| +
|
| // Returns a vector of linked fonts corresponding to |font|.
|
| const std::vector<Font>* GetLinkedFonts(const Font& font) const;
|
|
|
|
|