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, |