Index: ui/gfx/render_text.h |
=================================================================== |
--- ui/gfx/render_text.h (revision 114424) |
+++ ui/gfx/render_text.h (working copy) |
@@ -36,6 +36,8 @@ |
explicit SkiaTextRenderer(Canvas* canvas); |
~SkiaTextRenderer(); |
+ void SetTypeface(SkTypeface* typeface); |
+ void SetTextSize(int size); |
void SetFont(const gfx::Font& font); |
void SetForegroundColor(SkColor foreground); |
void DrawSelection(const std::vector<Rect>& selection, SkColor color); |