Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Unified Diff: ppapi/cpp/dev/font_dev.h

Issue 7044012: Support getting the font list in Pepper. This currently only works out of (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ppapi/cpp/dev/font_dev.h
===================================================================
--- ppapi/cpp/dev/font_dev.h (revision 85766)
+++ ppapi/cpp/dev/font_dev.h (working copy)
@@ -111,6 +111,7 @@
Font_Dev& operator=(const Font_Dev& other);
// PPB_Font methods:
+ static Var GetFontFamilies(Instance* instance);
viettrungluu 2011/05/18 21:07:46 I don't suppose you could write a version which ju
brettw 2011/05/18 21:14:38 I thought about that. I really wanted to rewrite t
bool Describe(FontDescription_Dev* description,
PP_FontMetrics_Dev* metrics) const;
bool DrawTextAt(ImageData* dest,

Powered by Google App Engine
This is Rietveld 408576698